Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove trailing whitespace. Use more markup. Bu...
details: https://anonhg.NetBSD.org/src/rev/86f31de51864
branches: trunk
changeset: 779854:86f31de51864
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jun 22 22:48:37 2012 +0000
description:
Remove trailing whitespace. Use more markup. Bump date for previous.
diffstat:
lib/libc/sys/recv.2 | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diffs (56 lines):
diff -r 281a31229e8e -r 86f31de51864 lib/libc/sys/recv.2
--- a/lib/libc/sys/recv.2 Fri Jun 22 22:38:39 2012 +0000
+++ b/lib/libc/sys/recv.2 Fri Jun 22 22:48:37 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: recv.2,v 1.32 2012/06/22 18:28:38 christos Exp $
+.\" $NetBSD: recv.2,v 1.33 2012/06/22 22:48:37 wiz Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)recv.2 8.3 (Berkeley) 2/21/94
.\"
-.Dd February 1, 2012
+.Dd June 22, 2012
.Dt RECV 2
.Os
.Sh NAME
@@ -76,7 +76,7 @@
.Fa mmsghdr
elements with the following form, as defined in
.Ao Pa sys/socket.h Ac :
-.Pp
+.Pp
.Bd -literal
struct mmsghdr {
struct msghdr msg_hdr; /* the message to be sent */
@@ -84,7 +84,7 @@
};
.Ed
.Pp
-The
+The
.Fa msg_len
member contains the number of bytes received for each
.Fa msg_hdr
@@ -110,7 +110,9 @@
for the rest.
If the
.Fa timeout
-parameter is not NULL, then
+parameter is not
+.Dv NULL ,
+then
.Fn recvmmsg
will return if that time is exceeded.
.Pp
@@ -285,7 +287,7 @@
.Dv MSG_OOB
is returned to indicate that expedited or out-of-band data were received.
.Sh RETURN VALUES
-The
+The
.Fn recv ,
.Fn recvfrom
and
Home |
Main Index |
Thread Index |
Old Index