diff options
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r-- | lib/libc/sys/chmod.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 41f08fa..3a82437 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: chmod.2,v 1.3 1996/08/29 21:23:56 wosch Exp $ .\" .Dd June 4, 1993 .Dt CHMOD 2 @@ -167,9 +167,10 @@ An I/O error occurred while reading from or writing to the file system. .Xr stat 2 , .Xr sticky 8 .Sh STANDARDS -.Fn Chmod -is expected to conform to IEEE Std 1003.1-1988 -.Pq Dq Tn POSIX . +The +.Fn chmod +function call is expected to conform to +.St -p1003.1-90 . .Sh HISTORY A .Fn chmod |