svn commit: r361122 - stable/12/lib/libcasper/services/cap_dns

Alan Somers asomers at FreeBSD.org
Sun May 17 01:50:05 UTC 2020


Author: asomers
Date: Sun May 17 01:50:04 2020
New Revision: 361122
URL: https://svnweb.freebsd.org/changeset/base/361122

Log:
  MFC r360079:
  
  cap_dns.3: fix some orphan .Xr links
  
  Reported by:	phk

Modified:
  stable/12/lib/libcasper/services/cap_dns/cap_dns.3
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libcasper/services/cap_dns/cap_dns.3
==============================================================================
--- stable/12/lib/libcasper/services/cap_dns/cap_dns.3	Sun May 17 01:48:12 2020	(r361121)
+++ stable/12/lib/libcasper/services/cap_dns/cap_dns.3	Sun May 17 01:50:04 2020	(r361122)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 12, 2018
+.Dd April 18, 2020
 .Dt CAP_DNS 3
 .Os
 .Sh NAME
@@ -61,11 +61,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-stable mailing list