svn commit: r360079 - head/lib/libcasper/services/cap_dns
Alan Somers
asomers at FreeBSD.org
Sat Apr 18 20:13:44 UTC 2020
Author: asomers
Date: Sat Apr 18 20:13:43 2020
New Revision: 360079
URL: https://svnweb.freebsd.org/changeset/base/360079
Log:
cap_dns.3: fix some orphan .Xr links
Reported by: phk
MFC after: 2 weeks
Modified:
head/lib/libcasper/services/cap_dns/cap_dns.3
Modified: head/lib/libcasper/services/cap_dns/cap_dns.3
==============================================================================
--- head/lib/libcasper/services/cap_dns/cap_dns.3 Sat Apr 18 19:53:47 2020 (r360078)
+++ head/lib/libcasper/services/cap_dns/cap_dns.3 Sat Apr 18 20:13:43 2020 (r360079)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 18, 2018
+.Dd April 18, 2020
.Dt CAP_DNS 3
.Os
.Sh NAME
@@ -77,11 +77,11 @@ The functions
and
.Fn cap_getnameinfo
are respectively equivalent to
-.Xr gethostbyname 2 ,
-.Xr gethostbyname2 2 ,
-.Xr gethostbyaddr 2
+.Xr gethostbyname 3 ,
+.Xr gethostbyname2 3 ,
+.Xr gethostbyaddr 3
and
-.Xr getnameinfo 2
+.Xr getnameinfo 3
except that the connection to the
.Nm system.dns
service needs to be provided.
More information about the svn-src-all
mailing list