getaddrinfo.{1,3}: Cross-reference ip6addrctl(8)

Reviewed by: imp, glebius
Pull Request: https://github.com/freebsd/freebsd-src/pull/1375
This commit is contained in:
Jose Luis Duran
2024-08-22 14:19:44 +00:00
committed by Warner Losh
parent 6bfbfc8f4f
commit 9cb98ab7ce
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -480,7 +480,8 @@ freeaddrinfo(res0);
.Xr hosts 5 ,
.Xr resolv.conf 5 ,
.Xr services 5 ,
.Xr hostname 7
.Xr hostname 7 ,
.Xr ip6addrctl 8
.Rs
.%A R. Gilligan
.%A S. Thomson
+2 -1
View File
@@ -171,7 +171,8 @@ stream inet tcp 199.233.217.249 80
.Xr nsswitch.conf 5 ,
.Xr protocols 5 ,
.Xr resolv.conf 5 ,
.Xr services 5
.Xr services 5 ,
.Xr ip6addrctl 8
.Sh HISTORY
The
.Nm
+2
View File
@@ -106,6 +106,8 @@ comments and are ignored.
.Ex -std
.\"
.Sh SEE ALSO
.Xr getaddrinfo 1 ,
.Xr getaddrinfo 3
.Rs
.%A "Dave Thaler"
.%A "Richard Draves"