cvs commit: src/lib/libc/sys link.2

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Dec 9 14:58:38 PST 2006


pjd         2006-12-09 22:56:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         link.2 
  Log:
  - If the source file has its immutable or append-only flag set, link(2)
    returns EPERM.
  - If the parent directory of the destination file has its immutable flag set,
    link(2) returns EPERM.
  
  Revision  Changes    Path
  1.26      +13 -4     src/lib/libc/sys/link.2


More information about the cvs-src mailing list