flock.2, recv.2, btree.3, dbopen.3, des_crypt.3, fts.3, mpool.3, recno.3: Global fix: use ORing

Use "ORing", not "OR'ing", nor an italic ".IR OR ing".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-28 05:06:37 +02:00
parent 435b60754a
commit cebca1bd40
8 changed files with 8 additions and 19 deletions

View File

@ -65,8 +65,7 @@ A call to
may block if an incompatible lock is held by another process. may block if an incompatible lock is held by another process.
To make a nonblocking request, include To make a nonblocking request, include
.B LOCK_NB .B LOCK_NB
(by (by ORing)
.IR OR ing)
with any of the above operations. with any of the above operations.
A single file may not simultaneously have both shared and exclusive locks. A single file may not simultaneously have both shared and exclusive locks.

View File

@ -129,9 +129,7 @@ The
.I flags .I flags
argument to a argument to a
.BR recv () .BR recv ()
call is formed by call is formed by ORing one or more of the following values:
.IR OR 'ing
one or more of the following values:
.TP .TP
.BR MSG_CMSG_CLOEXEC " (" recvmsg "() only; since Linux 2.6.23)" .BR MSG_CMSG_CLOEXEC " (" recvmsg "() only; since Linux 2.6.23)"
Set the close-on-exec flag for the file descriptor received Set the close-on-exec flag for the file descriptor received

View File

@ -78,9 +78,7 @@ typedef struct {
The elements of this structure are as follows: The elements of this structure are as follows:
.TP .TP
.I flags .I flags
The flag value is specified by The flag value is specified by ORing any of the following values:
.IR or 'ing
any of the following values:
.RS .RS
.TP .TP
.B R_DUP .B R_DUP

View File

@ -89,8 +89,7 @@ flags are meaningful.
(Note, opening a database file (Note, opening a database file
.B O_WRONLY .B O_WRONLY
is not possible.) is not possible.)
.\"Three additional options may be specified by .\"Three additional options may be specified by ORing
.\".IR or 'ing
.\"them into the .\"them into the
.\".I flags .\".I flags
.\"argument. .\"argument.

View File

@ -76,9 +76,7 @@ is the length in bytes of
which must be a multiple of 8. which must be a multiple of 8.
The fourth argument, The fourth argument,
.IR mode , .IR mode ,
is formed by is formed by ORing together some things.
OR 'ing
together some things.
For the encryption direction OR in either For the encryption direction OR in either
.BR DES_ENCRYPT .BR DES_ENCRYPT
or or

View File

@ -378,8 +378,7 @@ a number of options, at least one of which (either
or or
.BR FTS_PHYSICAL ) .BR FTS_PHYSICAL )
must be specified. must be specified.
The options are selected by The options are selected by ORing
.IR or ing
the following values: the following values:
.\" .Bl -tag -width "FTS_PHYSICAL" .\" .Bl -tag -width "FTS_PHYSICAL"
.TP 13 .TP 13

View File

@ -146,8 +146,7 @@ must be an address previously returned by
.BR mpool_get () .BR mpool_get ()
or or
.BR mpool_new (). .BR mpool_new ().
The flag value is specified by The flag value is specified by ORing
.IR or 'ing
any of the following values: any of the following values:
.TP .TP
.B MPOOL_DIRTY .B MPOOL_DIRTY

View File

@ -83,8 +83,7 @@ typedef struct {
The elements of this structure are defined as follows: The elements of this structure are defined as follows:
.TP .TP
flags flags
The flag value is specified by The flag value is specified by ORing
.IR or 'ing
any of the following values: any of the following values:
.RS .RS
.TP .TP