OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man7 / udp.7
index c2e7003..dd2332c 100644 (file)
@@ -1,8 +1,12 @@
 .\" This man page is Copyright (C) 1999 Andi Kleen <ak@muc.de>.
+.\"
+.\" %%%LICENSE_START(VERBATIM_ONE_PARA)
 .\" Permission is granted to distribute possibly modified copies
 .\" of this page provided the header is included verbatim,
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
+.\" %%%LICENSE_END
+.\"
 .\" $Id: udp.7,v 1.7 2000/01/22 01:55:05 freitag Exp $
 .\"
 .TH UDP  7 2010-06-13 "Linux" "Linux Programmer's Manual"
@@ -89,12 +93,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.
-.SS "Address Format"
+.SS Address format
 UDP uses the IPv4
 .I sockaddr_in
 address format described in
 .BR ip (7).
-.SS "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
@@ -169,7 +173,7 @@ Each UDP socket is able to use the size for sending data,
 even if total pages of UDP sockets exceed
 .I udp_mem
 pressure.
-.SS "Socket Options"
+.SS Socket options
 To set or get a UDP socket option, call
 .BR getsockopt (2)
 to read or
@@ -243,7 +247,7 @@ This might be caused by a previous packet sent over the socket.
 is a new feature in Linux 2.2.
 .\" .SH CREDITS
 .\" This man page was written by Andi Kleen.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR ip (7),
 .BR raw (7),
 .BR socket (7),