summaryrefslogtreecommitdiff
path: root/lib/libc/sys/chmod.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r--lib/libc/sys/chmod.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 5a88b65b887..0e954343649 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.2,v 1.16 2011/07/19 20:51:38 matthew Exp $
+.\" $OpenBSD: chmod.2,v 1.17 2011/07/19 20:58:05 matthew Exp $
.\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -62,8 +62,8 @@ or is the superuser.
Values for
.Fa mode
are constructed by bitwise-inclusive
-.Tn OR Ns 'ing
-of permission bit masks from the following list defined in
+.Tn OR Ns ing
+permission bit masks from the following list defined in
.In sys/stat.h :
.Bd -literal -offset indent
#define S_IRWXU 0000700 /* RWX mask for owner */
@@ -138,8 +138,8 @@ is also zero, the behavior is identical to a call to
Values for
.Fa flag
are constructed by bitwise-inclusive
-.Tn OR Ns 'ing
-of flags from the following list defined in
+.Tn OR Ns ing
+flags from the following list defined in
.In fcntl.h :
.Pp
.Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact