diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-19 20:58:06 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-19 20:58:06 +0000 |
commit | c4edca756e8ad2adbc85cad8656a3acceb69d398 (patch) | |
tree | 1c4872b0d4dd5bb31ed1a12ef6aa850f845abd31 /lib/libc/sys/stat.2 | |
parent | 5b820033479ae9ce9acd840bf2a257dca5e2b56c (diff) |
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 |