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/msync.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/msync.2')
-rw-r--r-- | lib/libc/sys/msync.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 6f8c0ceec74..a45d90e2c0a 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.21 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: msync.2,v 1.22 2014/02/13 07:30:39 guenther Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)msync.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 13 2014 $ .Dt MSYNC 2 .Os .Sh NAME @@ -69,9 +69,7 @@ are unpredictable except after an .Pp The .Fa flags -argument is formed by -.Tn OR Ns 'ing -the following values: +argument is the bitwise OR of zero or more of the following values: .Bd -literal -offset indent MS_ASYNC Perform asynchronous writes. MS_SYNC Perform synchronous writes. |