diff options
author | 1999-05-27 16:20:59 +0000 | |
---|---|---|
committer | 1999-05-27 16:20:59 +0000 | |
commit | f3c70c0986f77be047acc3571e362c30a10fcfb8 (patch) | |
tree | 2d60390c03f33afcdb440d2ef55e5b5cc1809c44 /lib/libc/sys | |
parent | add missing members to nfs_args (diff) | |
download | wireguard-openbsd-f3c70c0986f77be047acc3571e362c30a10fcfb8.tar.xz wireguard-openbsd-f3c70c0986f77be047acc3571e362c30a10fcfb8.zip |
or'ing -> OR'ing
Diffstat (limited to 'lib/libc/sys')
-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 |
6 files changed, 12 insertions, 12 deletions
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 |