Date: Sun, 22 Jan 2006 19:49:37 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 rmdir.2 undelete.2 Message-ID: <200601221949.k0MJnbd4062707@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2006-01-22 19:49:37 UTC
FreeBSD src repository
Modified files:
lib/libc/sys rename.2 rmdir.2 undelete.2
Log:
Back out the previous change to rename.2. The previous rename()
behaviour of returning EINVAL when ".." is passed as either argument
has been restored.
rmdir("..") now returns EINVAL instead of EPERM. Document the
previously undocumented behaviour of rmdir(".") returning EINVAL
as required by POSIX and SUSv3. Bump the man page change date.
undelete("..") now returns EINVAL instead of EPERM. Bump the man
page change date.
MFC after: 3 days
Revision Changes Path
1.24 +0 -3 src/lib/libc/sys/rename.2
1.15 +5 -3 src/lib/libc/sys/rmdir.2
1.17 +3 -3 src/lib/libc/sys/undelete.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601221949.k0MJnbd4062707>
