mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
mdoc(7) police: rename the DIAGNOSTICS section to ERRORS to match the
content, and correct the parameters to the -tag list therein. Reviewed by: ru
This commit is contained in:
parent
a8f2b5257f
commit
ef0180ed69
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75494
@ -87,9 +87,9 @@ them (based on the destination address).
|
||||
Incoming packets are received with the
|
||||
.Tn IP
|
||||
header and options intact.
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.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
|
||||
|
@ -218,9 +218,9 @@ message types to the application.
|
||||
.Pp
|
||||
For further discussions see RFC2292.
|
||||
.\"
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.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
|
||||
|
@ -372,9 +372,9 @@ ip->ip_off = offset;
|
||||
If the header source address is set to
|
||||
.Dv INADDR_ANY ,
|
||||
the kernel will choose an appropriate address.
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.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
|
||||
|
@ -617,9 +617,9 @@ ICMPv6 socket, applications are not able to generate ICMPv6 packets
|
||||
with incorrect checksums (presumably for testing purposes) using this
|
||||
API.
|
||||
.\"
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.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
|
||||
|
@ -232,9 +232,9 @@ as described in RFC 2582.
|
||||
.It tcp.path_mtu_discovery
|
||||
Enable Path MTU Discovery
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.Bl -tag -width Er
|
||||
.It Bq Er EISCONN
|
||||
when trying to establish a connection on a socket which
|
||||
already has one;
|
||||
|
@ -101,9 +101,9 @@ transport level may be used with
|
||||
.Tn UDP ;
|
||||
see
|
||||
.Xr ip 4 .
|
||||
.Sh DIAGNOSTICS
|
||||
.Sh ERRORS
|
||||
A socket operation may fail with one of the following errors returned:
|
||||
.Bl -tag -width [EADDRNOTAVAIL]
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user