diff options
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r-- | lib/libc/sys/chmod.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index f07e933..41f08fa 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CHMOD 2 @@ -170,6 +171,10 @@ An I/O error occurred while reading from or writing to the file system. is expected to conform to IEEE Std 1003.1-1988 .Pq Dq Tn POSIX . .Sh HISTORY +A +.Fn chmod +function call appeared in +.At v7 . The .Fn fchmod function call |