From cebca1bd40a5d6fc7056ee78d9c80210ebcb9c6a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 28 Sep 2011 05:06:37 +0200 Subject: [PATCH] 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 --- man2/flock.2 | 3 +-- man2/recv.2 | 4 +--- man3/btree.3 | 4 +--- man3/dbopen.3 | 3 +-- man3/des_crypt.3 | 4 +--- man3/fts.3 | 3 +-- man3/mpool.3 | 3 +-- man3/recno.3 | 3 +-- 8 files changed, 8 insertions(+), 19 deletions(-) diff --git a/man2/flock.2 b/man2/flock.2 index f0d85aff1..5a1314f9e 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -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. diff --git a/man2/recv.2 b/man2/recv.2 index 0deb69313..adc9ecd9d 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -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 diff --git a/man3/btree.3 b/man3/btree.3 index 0b77e0d4e..59ab43b1f 100644 --- a/man3/btree.3 +++ b/man3/btree.3 @@ -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 diff --git a/man3/dbopen.3 b/man3/dbopen.3 index fa403ffb5..9bfc16bbb 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -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. diff --git a/man3/des_crypt.3 b/man3/des_crypt.3 index 55f228da1..a6f5dbded 100644 --- a/man3/des_crypt.3 +++ b/man3/des_crypt.3 @@ -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 diff --git a/man3/fts.3 b/man3/fts.3 index cb00216ce..1c49155fb 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -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 diff --git a/man3/mpool.3 b/man3/mpool.3 index 40e421cd3..5a0643774 100644 --- a/man3/mpool.3 +++ b/man3/mpool.3 @@ -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 diff --git a/man3/recno.3 b/man3/recno.3 index abbec51ec..2a6680582 100644 --- a/man3/recno.3 +++ b/man3/recno.3 @@ -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