diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:21:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:21:01 +0000 |
commit | 729afced34b6f049c085b0441560a98268afea97 (patch) | |
tree | ceec24a2ce6adc1a0f4bad078347e9ebce619880 /lib/libc/db/man | |
parent | fdf56ee4821cb3f881f515aa60b43f60cc334730 (diff) |
or'ing -> OR'ing
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r-- | lib/libc/db/man/btree.3 | 4 | ||||
-rw-r--r-- | lib/libc/db/man/mpool.3 | 6 | ||||
-rw-r--r-- | lib/libc/db/man/recno.3 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 83dd5b1bb35..b97141b868f 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.7 1999/05/23 14:10:59 aaron Exp $ +.\" $OpenBSD: btree.3,v 1.8 1999/05/27 16:20:59 aaron Exp $ .\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -92,7 +92,7 @@ The elements of this structure are as follows: .Bl -tag -width "XXXXXX" .It flags The flag value is specified by -.Em or Ns 'ing +.Em OR Ns 'ing any of the following values: .Bl -tag -width XXXXX .It Dv R_DUP diff --git a/lib/libc/db/man/mpool.3 b/lib/libc/db/man/mpool.3 index bdda7abb9da..dc6d9ccda69 100644 --- a/lib/libc/db/man/mpool.3 +++ b/lib/libc/db/man/mpool.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpool.3,v 1.5 1999/05/16 19:54:47 alex Exp $ +.\" $OpenBSD: mpool.3,v 1.6 1999/05/27 16:20:59 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -124,7 +124,7 @@ address. Otherwise, .Dv NULL is returned and errno is set. The flags value is formed by -.Em or Ns 'ing +.Em OR Ns 'ing the following values: .Bl -tag -width Ds .It MPOOL_PAGE_REQUEST @@ -157,7 +157,7 @@ must be an address previously returned by or .Fn mpool_new . The flags value is formed by -.Em or Ns 'ing +.Em OR Ns 'ing the following values: .Bl -tag -width Ds .It MPOOL_DIRTY diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index cf2ca06430b..48ccfbeb7ca 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.4 1999/05/23 14:10:59 aaron Exp $ +.\" $OpenBSD: recno.3,v 1.5 1999/05/27 16:20:59 aaron Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -97,7 +97,7 @@ The elements of this structure are defined as follows: .Bl -tag -width XXXXXX .It flags The flag value is specified by -.Em or Ns 'ing +.Em OR Ns 'ing any of the following values: .Bl -tag -width XXXXXX .It R_FIXEDLEN |