From 22e70390972c9ded5fc66944c41f8613063344ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Sun, 27 Sep 2009 09:26:30 +0200 Subject: [PATCH] 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 --- man2/recv.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/recv.2 b/man2/recv.2 index 771538e9c..357f882b5 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -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