diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man7/udp.7 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man7/udp.7')
| -rw-r--r-- | man7/udp.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index da9a4c6f40..3fe2f6ec51 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -87,12 +87,12 @@ When turned off UDP will fragment outgoing UDP packets that exceed the interface MTU. However disabling it is not recommended for performance and reliability reasons. -.SH "ADDRESS FORMAT" +.SS "Address Format" UDP uses the IPv4 .B sockaddr_in address format described in .BR ip (7). -.SH "ERROR HANDLING" +.SS "Error Handling" All fatal errors will be passed to the user as an error return even when the socket is not connected. This includes asynchronous errors @@ -125,7 +125,7 @@ and can be received by with the .B MSG_ERRQUEUE flag set. -.SH "SOCKET OPTIONS" +.SS "Socket Options" To set or get a UDP socket option, call .BR getsockopt (2) to read or @@ -140,7 +140,7 @@ the option is disabled. This option should not be used in code intended to be portable. .\" FIXME document UDP_ENCAP (new in kernel 2.5.67) -.SH IOCTLS +.SS Ioctls These ioctls can be accessed using .BR ioctl (2). The correct syntax is: |
