recv.2: Minor fixes

Fix some formatting typos
 * the period should be in Roman font
 * .RP does not exist, it should be .RB

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:30 +02:00 committed by Michael Kerrisk
parent 073161a3f0
commit 22e7039097
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ message to arrive, unless the socket is non-blocking (see
in which case the value \-1 is returned and the external variable
.I errno
is set to
.BR EAGAIN " or " EWOULDBLOCK.
.BR EAGAIN " or " EWOULDBLOCK .
The receive calls normally return any data available, up to the requested
amount, rather than waiting for receipt of the full amount requested.
.PP
@ -270,7 +270,7 @@ and netlink (since Linux 2.6.22) sockets:
return the real length of the packet or datagram,
even when it was longer than the passed buffer.
Not implemented for Unix domain
.RP ( unix (7))
.RB ( unix (7))
sockets.
For use with Internet stream sockets, see