Remove trailing whitespace. Bump date for previous.

This commit is contained in:
wiz 2012-02-01 13:30:42 +00:00
parent 5036fcef74
commit 890a9f1122
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: recv.2,v 1.30 2012/02/01 13:29:15 manu Exp $
.\" $NetBSD: recv.2,v 1.31 2012/02/01 13:30:42 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 June 24, 2011
.Dd February 1, 2012
.Dt RECV 2
.Os
.Sh NAME
@ -95,7 +95,7 @@ in which case the value
.Va errno
set to
.Er EAGAIN .
If no data is available and the remote peer was shut down,
If no data is available and the remote peer was shut down,
0 is returned.
The receive calls normally return any data available,
up to the requested amount,
@ -232,7 +232,7 @@ for ancillary data.
is returned to indicate that expedited or out-of-band data were received.
.Sh RETURN VALUES
These calls return the number of bytes received, or \-1
if an error occurred.
if an error occurred.
For connected sockets whose remote peer was shut down,
0 is returned when no more data is available.
.Sh ERRORS