diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-13 07:30:40 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-13 07:30:40 +0000 |
commit | d9294b7960babf94102bba00dbaadaf550bf7d13 (patch) | |
tree | 2aec0870b6889119415df8fe2f41ea208b77d56e /lib/libc/sys/stat.2 | |
parent | 7db0673fef34c6818db4f2d17fadd9308232fcb6 (diff) |
Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate
ok millert@ jmc@ schwarze@
Diffstat (limited to 'lib/libc/sys/stat.2')
-rw-r--r-- | lib/libc/sys/stat.2 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 48c537cb34f..bdbb2576d05 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.39 2013/11/02 21:36:50 guenther Exp $ +.\" $OpenBSD: stat.2,v 1.40 2014/02/13 07:30:39 guenther 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: November 2 2013 $ +.Dd $Mdocdate: February 13 2014 $ .Dt STAT 2 .Os .Sh NAME @@ -102,12 +102,9 @@ depending on whether or not the bit is set in .Fa flag . .Pp -Values for +The .Fa flag -are constructed by bitwise-inclusive -.Tn OR Ns ing -flags from the following list defined in -.In fcntl.h : +argument is the bitwise OR of zero or more of the following values: .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact .It Dv AT_SYMLINK_NOFOLLOW |