cvs commit: src/lib/libc/sys rmdir.2 undelete.2

Don Lewis truckman at FreeBSD.org
Tue Jan 24 18:19:37 PST 2006


truckman    2006-01-25 02:19:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libc/sys         rmdir.2 undelete.2 
  Log:
  MFC rmdir.2 1.14 and 1.15, and undelete.2 1.16 and 1.17
  
   rmdir() fails with EINVAL if the last component of the path is "..".
   Document the previously undocumented behaviour of rmdir(".") returning
   EINVAL as required by POSIX and SUSv3.  Bump the man page change date.
  
   undelete() fails with EINVAL if the last component of the path is "..".
   Bump the man page change date.
  
  Revision   Changes    Path
  1.13.12.1  +6 -1      src/lib/libc/sys/rmdir.2
  1.15.12.1  +4 -1      src/lib/libc/sys/undelete.2


More information about the cvs-src mailing list