Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 20:13:44 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360079 - head/lib/libcasper/services/cap_dns
Message-ID:  <202004182013.03IKDiMb003995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004182013.03IKDiMb003995>