From owner-cvs-all Mon Aug 28 8:45:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2612537B43C; Mon, 28 Aug 2000 08:45:43 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67744; Mon, 28 Aug 2000 08:45:43 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200008281545.IAA67744@freefall.freebsd.org> From: David Malone Date: Mon, 28 Aug 2000 08:45:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio remove.3 remove.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/08/28 08:45:42 PDT Modified files: lib/libc/stdio remove.3 remove.c Log: According to the susv2 man pages I have, remove(3) should act as rmdir(2) on directories and unlink(2) otherwise. This modification, and most of the man page update has been obtined from OpenBSD. This was spotted by someone on a mailing lists a few months ago, but I've lost their mail. Reviewed by: sheldonh Revision Changes Path 1.5 +19 -8 src/lib/libc/stdio/remove.3 1.7 +9 -1 src/lib/libc/stdio/remove.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message