Date: Sun, 17 May 2020 01:50:04 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r361122 - stable/12/lib/libcasper/services/cap_dns Message-ID: <202005170150.04H1o4at074147@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005170150.04H1o4at074147>