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:
Dima Dorfman 2001-04-13 19:49:07 +00:00
parent a8f2b5257f
commit ef0180ed69
6 changed files with 12 additions and 12 deletions

View File

@ -87,9 +87,9 @@ them (based on the destination address).
Incoming packets are received with the Incoming packets are received with the
.Tn IP .Tn IP
header and options intact. header and options intact.
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which when trying to establish a connection on a socket which
already has one, or when trying to send a datagram with the destination already has one, or when trying to send a datagram with the destination

View File

@ -218,9 +218,9 @@ message types to the application.
.Pp .Pp
For further discussions see RFC2292. For further discussions see RFC2292.
.\" .\"
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which when trying to establish a connection on a socket which
already has one, or when trying to send a datagram with the destination already has one, or when trying to send a datagram with the destination

View File

@ -372,9 +372,9 @@ ip->ip_off = offset;
If the header source address is set to If the header source address is set to
.Dv INADDR_ANY , .Dv INADDR_ANY ,
the kernel will choose an appropriate address. the kernel will choose an appropriate address.
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which when trying to establish a connection on a socket which
already has one, or when trying to send a datagram with the destination already has one, or when trying to send a datagram with the destination

View File

@ -617,9 +617,9 @@ ICMPv6 socket, applications are not able to generate ICMPv6 packets
with incorrect checksums (presumably for testing purposes) using this with incorrect checksums (presumably for testing purposes) using this
API. API.
.\" .\"
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which already when trying to establish a connection on a socket which already
has one, or when trying to send a datagram with the destination has one, or when trying to send a datagram with the destination

View File

@ -232,9 +232,9 @@ as described in RFC 2582.
.It tcp.path_mtu_discovery .It tcp.path_mtu_discovery
Enable Path MTU Discovery Enable Path MTU Discovery
.El .El
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which when trying to establish a connection on a socket which
already has one; already has one;

View File

@ -101,9 +101,9 @@ transport level may be used with
.Tn UDP ; .Tn UDP ;
see see
.Xr ip 4 . .Xr ip 4 .
.Sh DIAGNOSTICS .Sh ERRORS
A socket operation may fail with one of the following errors returned: A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL] .Bl -tag -width Er
.It Bq Er EISCONN .It Bq Er EISCONN
when trying to establish a connection on a socket which when trying to establish a connection on a socket which
already has one, or when trying to send a datagram with the destination already has one, or when trying to send a datagram with the destination