diff options
author | 2011-07-19 20:58:05 +0000 | |
---|---|---|
committer | 2011-07-19 20:58:05 +0000 | |
commit | a74408d8b9a5c23bb11f2afbccc53f151e76f9b1 (patch) | |
tree | d7b0fd0c3ca38fb9245541558d2520c4caaf2ba1 /lib/libc/sys/access.2 | |
parent | Change "If also flag is zero" to "If flag is also zero". (diff) | |
download | wireguard-openbsd-a74408d8b9a5c23bb11f2afbccc53f151e76f9b1.tar.xz wireguard-openbsd-a74408d8b9a5c23bb11f2afbccc53f151e76f9b1.zip |
Change "constructed by bitwise-inclusive OR'ing of flags from ..." to
"constructed by bitwise-inclusive ORing flags from ..."
Requested by jmc@
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r-- | lib/libc/sys/access.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 936d35cb58e..08c47a922e5 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.17 2011/07/19 20:51:38 matthew Exp $ +.\" $OpenBSD: access.2,v 1.18 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -117,8 +117,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_EACCESS -offset indent -compact |