diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-12 10:36:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-12 10:36:10 +0000 |
commit | aed01e6bf1a31d921a9d62267ff882c69fdcc307 (patch) | |
tree | 225def4cdc6714f3be76bb77fc60f366a3da0b87 /lib/libc/sys | |
parent | eb145028795e6eebccff3a188bc693168c15c08e (diff) |
mention `s';
from aleksander piotrowski;
ok henning@ deraadt@ millert@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/recv.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 4ce77d9e6ad..cd33a86ed85 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.31 2004/07/26 08:59:00 jmc Exp $ +.\" $OpenBSD: recv.2,v 1.32 2004/11/12 10:36:09 jmc Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -51,7 +51,9 @@ .Fn recvfrom and .Fn recvmsg -are used to receive messages from a socket, and may be used to receive +are used to receive messages from a socket, +.Fa s , +and may be used to receive data on a socket whether or not it is connection-oriented. .Pp If |