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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"