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 | |
parent | fdf56ee4821cb3f881f515aa60b43f60cc334730 (diff) |
or'ing -> OR'ing
Diffstat (limited to 'lib/libc')
-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 | ||||
-rw-r--r-- | lib/libc/gen/fts.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/chflags.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/mmap.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/msync.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/open.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/recv.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/semget.2 | 4 | ||||
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 6 |
11 files changed, 24 insertions, 24 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 diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 68d57e380ab..37971a739ba 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.5 1998/03/01 00:02:23 deraadt Exp $ +.\" $OpenBSD: fts.3,v 1.6 1999/05/27 16:20:59 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -351,7 +351,7 @@ or .Dv FTS_PHYSICAL ) must be specified. The options are selected by -.Em or Ns 'ing +.Em OR Ns 'ing the following values: .Bl -tag -width "FTS_PHYSICAL" .It Dv FTS_COMFOLLOW diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index a5de6940164..d02ff7cd6f2 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.2,v 1.9 1999/02/27 21:56:09 deraadt Exp $ +.\" $OpenBSD: chflags.2,v 1.10 1999/05/27 16:20:59 aaron Exp $ .\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1993 @@ -58,7 +58,7 @@ has its flags changed to .Fa flags . .Pp The flags specified are formed by -.Em or Ns 'ing +.Em OR Ns 'ing the following values .Pp .Bl -tag -width "SF_IMMUTABLE" -compact -offset indent diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index de543e5b514..8a0bee1ccb1 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.11 1999/05/23 14:10:55 aaron Exp $ +.\" $OpenBSD: mmap.2,v 1.12 1999/05/27 16:21:00 aaron Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -79,7 +79,7 @@ deletes any previous mapping in the allocated address range. The protections (region accessibility) are specified in the .Fa prot argument by -.Em or Ns 'ing +.Em OR Ns 'ing the following values: .Pp .Bl -tag -width MAP_FIXEDX diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 6372c9c7c9d..ef22058105e 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.11 1999/05/16 19:55:30 alex Exp $ +.\" $OpenBSD: msync.2,v 1.12 1999/05/27 16:21:00 aaron Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -74,7 +74,7 @@ are unpredictable except after an The .Fa flags argument is formed by -.Em or Ns 'ing +.Em OR Ns 'ing the following values .Pp .Bd -literal -offset indent -compact diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index 994b3c2fb5e..be8fa078376 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.10 1999/05/27 14:05:10 aaron Exp $ +.\" $OpenBSD: open.2,v 1.11 1999/05/27 16:21:00 aaron Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -65,7 +65,7 @@ and modified by the process' umask value (see .Xr umask 2 ) . .Pp The flags specified are formed by -.Em or Ns 'ing +.Em OR Ns 'ing the following values .Pp .Bd -literal -offset indent -compact diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 438d68d3155..ec2274930ef 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.16 1999/05/23 14:10:55 aaron Exp $ +.\" $OpenBSD: recv.2,v 1.17 1999/05/27 16:21:00 aaron Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -115,7 +115,7 @@ call may be used to determine when more data arrive. The .Fa flags argument to a recv call is formed by -.Em or Ns ing +.Em OR Ns ing one or more of the values: .Bl -column MSG_WAITALL -offset indent .It Dv MSG_OOB Ta process out-of-band data diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2 index 24ba7e6bced..ed08ec7c308 100644 --- a/lib/libc/sys/semget.2 +++ b/lib/libc/sys/semget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semget.2,v 1.7 1999/05/27 14:05:10 aaron Exp $ +.\" $OpenBSD: semget.2,v 1.8 1999/05/27 16:21:00 aaron Exp $ .\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -64,7 +64,7 @@ bit is set in The access modes of the created semaphores is specified in .Fa semflg by -.Em or Ns 'ing +.Em OR Ns 'ing the following values: .Pp .Bd -literal -offset indent -compact diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 917d447f4b2..80729b49899 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.5 1999/03/10 21:25:27 pjanzen Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.6 1999/05/27 16:21:00 aaron Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -213,7 +213,7 @@ termios structure referenced by The .Fa action field is created by -.Em or Ns 'ing +.Em OR Ns 'ing the following values, as specified in the include file .Aq Pa termios.h . .Bl -tag -width "TCSADRAIN" @@ -233,7 +233,7 @@ has been transmitted to the terminal Additionally, any input that has been received but not read is discarded. .It Fa TCSASOFT If this value is -.Em or Ns 'ed +.Em OR Ns 'ed into the .Fa action value, the values of the |