aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-06-22 16:39:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-24 08:09:35 +0000
commit36c7fd643bd72e9d75536ad1010d0a6410f7c934 (patch)
tree267370faa8f277db21e1871d91af5b199cf51689 /lib/libc/net
parent306cfa499a248567269b303f81a32010470c3369 (diff)
Remove references to named(8)
named(8) hasn't been in base for some time. Remove all references to it in manual pages. Approved by: manpages (Pau Amma) Differential Revision: https://reviews.freebsd.org/D35586 (cherry picked from commit 942e234d868ddc64a11b6af0ee78d47ccb44de1f)
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getaddrinfo.33
-rw-r--r--lib/libc/net/gethostbyname.37
-rw-r--r--lib/libc/net/getipnodebyname.33
-rw-r--r--lib/libc/net/getnameinfo.33
-rw-r--r--lib/libc/net/getnetent.34
-rw-r--r--lib/libc/net/hesiod.33
-rw-r--r--lib/libc/net/resolver.33
7 files changed, 8 insertions, 18 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index bd0084db2b3c..bd7455127390 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -482,8 +482,7 @@ freeaddrinfo(res0);
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
.Rs
.%A R. Gilligan
.%A S. Thomson
diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3
index 8a624e90cbdc..04a055ea3b1c 100644
--- a/lib/libc/net/gethostbyname.3
+++ b/lib/libc/net/gethostbyname.3
@@ -114,9 +114,7 @@ argument specifies the address family
etc.) of this address.
.Pp
The structure returned contains either the information obtained from the name
-server,
-.Xr named 8 ,
-broken-out fields from a line in
+server, broken-out fields from a line in
.Pa /etc/hosts ,
or database entries supplied by the
.Xr yp 8
@@ -301,8 +299,7 @@ for example, a mail-forwarder may be registered for this domain.
.Xr inet_aton 3 ,
.Xr resolver 3 ,
.Xr hosts 5 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
.Sh HISTORY
The
.Fn herror
diff --git a/lib/libc/net/getipnodebyname.3 b/lib/libc/net/getipnodebyname.3
index 3af6ea21bcff..138d048ff8c6 100644
--- a/lib/libc/net/getipnodebyname.3
+++ b/lib/libc/net/getipnodebyname.3
@@ -430,8 +430,7 @@ The meanings of each error code are described in
.Xr hosts 5 ,
.Xr nsswitch.conf 5 ,
.Xr services 5 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
.Pp
.Rs
.%A R. Gilligan
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index 5d5719c010c7..b72b1c1e6545 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -212,8 +212,7 @@ printf("host=%s\en", hbuf);
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
.Rs
.%A R. Gilligan
.%A S. Thomson
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3
index adf2760d132f..9fea2f391eff 100644
--- a/lib/libc/net/getnetent.3
+++ b/lib/libc/net/getnetent.3
@@ -62,9 +62,7 @@ functions
each return a pointer to an object with the
following structure describing an internet network.
This structure contains either the information obtained
-from the nameserver,
-.Xr named 8 ,
-broken-out fields of a line in the network data base
+from the nameserver, broken-out fields of a line in the network data base
.Pa /etc/networks ,
or entries supplied by the
.Xr yp 8
diff --git a/lib/libc/net/hesiod.3 b/lib/libc/net/hesiod.3
index bae4e4419f82..4b2624ebf7f8 100644
--- a/lib/libc/net/hesiod.3
+++ b/lib/libc/net/hesiod.3
@@ -154,8 +154,7 @@ argument had a domain extension which could not be resolved with type
in the local Hesiod domain.
.El
.Sh SEE ALSO
-.Xr hesiod.conf 5 ,
-.Xr named 8
+.Xr hesiod.conf 5
.Rs
.%T "Hesiod - Project Athena Technical Plan -- Name Service"
.Re
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index 684f2e8d98fc..4f1269e993bb 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -443,8 +443,7 @@ see
.Sh SEE ALSO
.Xr gethostbyname 3 ,
.Xr resolver 5 ,
-.Xr hostname 7 ,
-.Xr named 8
+.Xr hostname 7
.Pp
.%T RFC1032 ,
.%T RFC1033 ,