Date: Mon, 28 Aug 2000 08:45:43 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio remove.3 remove.c Message-ID: <200008281545.IAA67744@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008281545.IAA67744>