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/sys/recv.2 | |
parent | fdf56ee4821cb3f881f515aa60b43f60cc334730 (diff) |
or'ing -> OR'ing
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r-- | lib/libc/sys/recv.2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |