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.
To make a nonblocking request, include
.B LOCK_NB
(by
.IR OR ing)
(by ORing)
with any of the above operations.
A single file may not simultaneously have both shared and exclusive locks.

View File

@ -129,9 +129,7 @@ The
.I flags
argument to a
.BR recv ()
call is formed by
.IR OR 'ing
one or more of the following values:
call is formed by ORing one or more of the following values:
.TP
.BR MSG_CMSG_CLOEXEC " (" recvmsg "() only; since Linux 2.6.23)"
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:
.TP
.I flags
The flag value is specified by
.IR or 'ing
any of the following values:
The flag value is specified by ORing any of the following values:
.RS
.TP
.B R_DUP

View File

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

View File

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

View File

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

View File

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

View File

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