diff options
Diffstat (limited to 'man7/udp.7')
| -rw-r--r-- | man7/udp.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index 8ab664c5eb..b9b5e2e437 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -15,7 +15,7 @@ udp \- User Datagram Protocol for IPv4 .br .B udp_socket = socket(PF_INET, SOCK_DGRAM, 0); .SH DESCRIPTION -This is an implemention of the User Datagram Protocol described in RFC768. It +This is an implemention of the User Datagram Protocol described in RFC\ 768. It implements a connectionless, unreliable datagram packet service. Packets may be reordered or duplicated before they arrive. UDP generates and checks checksums to catch transmission errors. @@ -87,7 +87,7 @@ that was sent on the same socket. This behaviour differs from many other BSD socket implementations which don't pass any errors unless the socket is connected. Linux's behaviour is mandated by -.BR RFC1122 . +.BR RFC\ 1122 . For compatibility with legacy code it is possible to set the .B SO_BSDCOMPAT @@ -155,8 +155,8 @@ This man page was written by Andi Kleen. .BR raw (7), .BR socket (7) -RFC768 for the User Datagram Protocol. +RFC\ 768 for the User Datagram Protocol. .br -RFC1122 for the host requirements. +RFC\ 1122 for the host requirements. .br -RFC1191 for a description of path MTU discovery. +RFC\ 1191 for a description of path MTU discovery. |
