Minor formatting fixes

This commit is contained in:
Michael Kerrisk 2005-06-21 14:45:03 +00:00
parent 7747fbdca6
commit 3df839779c
1 changed files with 3 additions and 2 deletions

View File

@ -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