diff options
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 |