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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75494
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
.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

View file

@ -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

View file

@ -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

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
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

View file

@ -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;

View file

@ -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