aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2011-09-28 05:06:37 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-28 05:06:37 +0200
commitcebca1bd40a5d6fc7056ee78d9c80210ebcb9c6a (patch)
tree5222954988c0838fb2067c09615be7d0b9b5a77a /man3
parent435b60754a7091d5990c5bc026f7de96c5293325 (diff)
downloadman-pages-cebca1bd40a5d6fc7056ee78d9c80210ebcb9c6a.tar.gz
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>
Diffstat (limited to 'man3')
-rw-r--r--man3/btree.34
-rw-r--r--man3/dbopen.33
-rw-r--r--man3/des_crypt.34
-rw-r--r--man3/fts.33
-rw-r--r--man3/mpool.33
-rw-r--r--man3/recno.33
6 files changed, 6 insertions, 14 deletions
diff --git a/man3/btree.3 b/man3/btree.3
index 0b77e0d4e7..59ab43b1f8 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 fa403ffb52..9bfc16bbbb 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 55f228da12..a6f5dbded4 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 cb00216ce8..1c49155fba 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 40e421cd31..5a0643774c 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 abbec51ec0..2a66805828 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