summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-01-11 17:49:51 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-01-11 17:49:51 +0000
commit92d7687ee654aae7e681996ddddab76e3dc40074 (patch)
tree5bd4d83147250b424b2f2556893bd0169b65af73 /lib/libc/sys
parentfa708469398abf0bdee49c467aad16d3c699e6b5 (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/chmod.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index d4ba0cbc181e..9670629d1bd5 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: chmod.2,v 1.10 1997/08/17 00:19:28 steve Exp $
+.\" $Id: chmod.2,v 1.11 1997/11/13 00:28:48 julian Exp $
.\"
.Dd June 4, 1993
.Dt CHMOD 2
@@ -71,6 +71,7 @@ A mode is created from
permission bit masks
defined in
.Aq Pa sys/stat.h :
+.Pp
.Bd -literal -offset indent -compact
#define S_IRWXU 0000700 /* RWX mask for owner */
#define S_IRUSR 0000400 /* R for owner */