raw.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-29 17:15:35 +02:00
parent 44d8807495
commit 519f81c60c
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ A raw socket can be bound to a specific local address using the
.BR bind (2)
call.
If it isn't bound, all packets with the specified IP protocol are received.
In addition, a RAW socket can be bound to a specific network device using
In addition, a raw socket can be bound to a specific network device using
.BR SO_BINDTODEVICE ;
see
.BR socket (7).
@ -241,7 +241,7 @@ in some zeroed fields as described for
.BR IP_HDRINCL ).
This differs from many other implementations of raw sockets.
RAW sockets are generally rather unportable and should be avoided in
Raw sockets are generally rather unportable and should be avoided in
programs intended to be portable.
Sending on raw sockets should take the IP protocol from