Typos/grammar fixes.

This commit is contained in:
Michael Kerrisk 2005-04-25 07:08:00 +00:00
parent 0ab63df41c
commit dde7d1a947
3 changed files with 4 additions and 3 deletions

View File

@ -276,7 +276,8 @@ main(void) {
.SH PORT FORWARDING EXAMPLE
Here is an example that better demonstrates the true utility of
\fBselect\fP. The listing below a TCP forwarding program that forwards
\fBselect\fP.
The listing below is a TCP forwarding program that forwards
from one TCP port to another.
.PP
.nf

View File

@ -42,7 +42,7 @@ chown root:mem /dev/null /dev/zero
.RE
.SH NOTES
If these devices are not writable and readable for all users, many
programs will act strange.
programs will act strangely.
.SH FILES
.I /dev/null
.br

View File

@ -86,7 +86,7 @@ local interfaces. When
.BR listen (2)
or
.BR connect (2)
are called on a unbound socket the socket is automatically bound to a
are called on an unbound socket, it is automatically bound to a
random free port with the local address set to
.BR INADDR_ANY .