From 3df839779c2ab6215035f73e72907b9ff082d522 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 21 Jun 2005 14:45:03 +0000 Subject: [PATCH] Minor formatting fixes --- man7/socket.7 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man7/socket.7 b/man7/socket.7 index 4850920d4..e1d1e6832 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -14,7 +14,7 @@ .\" Added notes on capability requirements .\" A few small grammar fixes .\" -.\" FIXME: probably all PF_* shouls be AF_* in this page, since +.\" FIXME: probably all PF_* should be AF_* in this page, since .\" POSIX only specifies the latter values. .\" .TH SOCKET 7 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual" @@ -234,7 +234,8 @@ will always return .\" Implemented in 2.1.11 for getsockopt: always return a zero struct. .\" Implemented in 2.3.41 for setsockopt, and actually used. Specify the receiving or sending timeouts until reporting an error. -The parameter is a struct timeval. +The parameter is a +.IR "struct timeval" . If an input or output function blocks for this period of time, and data has been sent or received, the return value of that function will be the amount of data transferred; if no data has been transferred