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/stat.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/stat.2')
-rw-r--r-- | lib/libc/sys/stat.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index f639f34b420..90c7e0649e2 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.29 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: stat.2,v 1.30 2011/07/19 20:58:05 matthew Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)stat.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt STAT 2 .Os .Sh NAME @@ -114,8 +114,8 @@ bit is set in 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 |