svn commit: r248278 - head/share/man/man4

Joel Dahl joel at FreeBSD.org
Thu Mar 14 19:56:22 UTC 2013


Author: joel (doc committer)
Date: Thu Mar 14 19:56:21 2013
New Revision: 248278
URL: http://svnweb.freebsd.org/changeset/base/248278

Log:
  Sort sections.

Modified:
  head/share/man/man4/udp.4

Modified: head/share/man/man4/udp.4
==============================================================================
--- head/share/man/man4/udp.4	Thu Mar 14 19:50:09 2013	(r248277)
+++ head/share/man/man4/udp.4	Thu Mar 14 19:56:21 2013	(r248278)
@@ -103,29 +103,6 @@ transport level may be used with
 .Tn UDP ;
 see
 .Xr ip 4 .
-.Sh ERRORS
-A socket operation may fail with one of the following errors returned:
-.Bl -tag -width Er
-.It Bq Er EISCONN
-when trying to establish a connection on a socket which
-already has one, or when trying to send a datagram with the destination
-address specified and the socket is already connected;
-.It Bq Er ENOTCONN
-when trying to send a datagram, but
-no destination address is specified, and the socket has not been
-connected;
-.It Bq Er ENOBUFS
-when the system runs out of memory for
-an internal data structure;
-.It Bq Er EADDRINUSE
-when an attempt
-is made to create a socket with a port which has already been
-allocated;
-.It Bq Er EADDRNOTAVAIL
-when an attempt is made to create a
-socket with a network address for which no network interface
-exists.
-.El
 .Sh MIB VARIABLES
 The
 .Nm
@@ -154,6 +131,29 @@ listening, do not return an ICMP port un
 See
 .Xr blackhole 4 . )
 .El
+.Sh ERRORS
+A socket operation may fail with one of the following errors returned:
+.Bl -tag -width Er
+.It Bq Er EISCONN
+when trying to establish a connection on a socket which
+already has one, or when trying to send a datagram with the destination
+address specified and the socket is already connected;
+.It Bq Er ENOTCONN
+when trying to send a datagram, but
+no destination address is specified, and the socket has not been
+connected;
+.It Bq Er ENOBUFS
+when the system runs out of memory for
+an internal data structure;
+.It Bq Er EADDRINUSE
+when an attempt
+is made to create a socket with a port which has already been
+allocated;
+.It Bq Er EADDRNOTAVAIL
+when an attempt is made to create a
+socket with a network address for which no network interface
+exists.
+.El
 .Sh SEE ALSO
 .Xr getsockopt 2 ,
 .Xr recv 2 ,


More information about the svn-src-all mailing list