summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-04-13 19:49:07 +0000
committerdd <dd@FreeBSD.org>2001-04-13 19:49:07 +0000
commit949740204f77d3aef6db3694dc0398854a6d1163 (patch)
treea6540780014c6c2ac41149f8997cca96257e2095
parent3f65aa42cde70ea2f0659d13349cfefd18916f40 (diff)
downloadFreeBSD-src-949740204f77d3aef6db3694dc0398854a6d1163.zip
FreeBSD-src-949740204f77d3aef6db3694dc0398854a6d1163.tar.gz
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
-rw-r--r--share/man/man4/icmp.44
-rw-r--r--share/man/man4/icmp6.44
-rw-r--r--share/man/man4/ip.44
-rw-r--r--share/man/man4/ip6.44
-rw-r--r--share/man/man4/tcp.44
-rw-r--r--share/man/man4/udp.44
6 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/icmp.4 b/share/man/man4/icmp.4
index 51c3bab..c0c01d3 100644
--- a/share/man/man4/icmp.4
+++ b/share/man/man4/icmp.4
@@ -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
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index c778000..050e3ee 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -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
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index c194034..02d2a64 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -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
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index d75f2ed..37084c9 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -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
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index 9a91eba..0de8be4 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -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;
diff --git a/share/man/man4/udp.4 b/share/man/man4/udp.4
index 2bb7085..a77fa3e 100644
--- a/share/man/man4/udp.4
+++ b/share/man/man4/udp.4
@@ -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
OpenPOWER on IntegriCloud