Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2008-12-05 22:53:52 -05:00
parent 58389fa5a7
commit 8ccde1f0a5
2 changed files with 3 additions and 3 deletions

View File

@ -745,7 +745,7 @@ main(int argc, char **argv)
inet_ntoa(client_address.sin_addr));
}
}
/* NB: read oob data before normal reads */
if (fd1 > 0)
@ -804,7 +804,7 @@ main(int argc, char **argv)
else
buf1_written += r;
}
/* check if write data has caught read data */
if (buf1_written == buf1_avail)

View File

@ -315,7 +315,7 @@ The sorting function used within
.BR getaddrinfo ()
is defined in RFC\ 3484; the order can be tweaked for a particular
system by editing
.IR /etc/gai.conf
.IR /etc/gai.conf
(available since glibc 2.5).
.PP
If