Clarify which functions are only in libresolv.
This commit is contained in:
parent
dd0c67b2ad
commit
814d1846cc
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: resolver.3,v 1.24 2012/11/07 15:48:13 christos Exp $
|
.\" $NetBSD: resolver.3,v 1.25 2013/05/08 18:06:46 christos Exp $
|
||||||
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
|
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
@ -33,7 +33,7 @@
|
|||||||
.\" @(#)resolver.3 6.5 (Berkeley) 6/23/90
|
.\" @(#)resolver.3 6.5 (Berkeley) 6/23/90
|
||||||
.\" Id: resolver.man3,v 1.2 2009/01/21 00:12:34 each Exp
|
.\" Id: resolver.man3,v 1.2 2009/01/21 00:12:34 each Exp
|
||||||
.\"
|
.\"
|
||||||
.Dd November 7, 2012
|
.Dd May 8, 2013
|
||||||
.Dt RESOLVER 3
|
.Dt RESOLVER 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -74,6 +74,7 @@
|
|||||||
.Nd resolver routines
|
.Nd resolver routines
|
||||||
.Sh LIBRARY
|
.Sh LIBRARY
|
||||||
.Lb libc
|
.Lb libc
|
||||||
|
.Lb libresolv
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.In resolv.h
|
.In resolv.h
|
||||||
.In res_update.h
|
.In res_update.h
|
||||||
@ -685,14 +686,28 @@ definitions are given in
|
|||||||
.\" value of the
|
.\" value of the
|
||||||
.\" .Fa err
|
.\" .Fa err
|
||||||
.\" parameter.
|
.\" parameter.
|
||||||
|
.Pp
|
||||||
|
The following functions are only in
|
||||||
|
.Dv libresolv :
|
||||||
|
.Fn res_findzonecut ,
|
||||||
|
.Fn res_nmkupdate ,
|
||||||
|
.Fn res_nsendsigned ,
|
||||||
|
and
|
||||||
|
.Fn res_nupdate .
|
||||||
|
All the rest are in both
|
||||||
|
.Dv libc
|
||||||
|
and
|
||||||
|
.Dv libresolv .
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width "/etc/resolv.conf "
|
.Bl -tag -width "/etc/resolv.conf "
|
||||||
.It Pa
|
.It Pa /etc/resolv.conf
|
||||||
/etc/resolv.conf
|
|
||||||
The configuration file, see
|
The configuration file, see
|
||||||
.Xr resolv.conf 5 .
|
.Xr resolv.conf 5 .
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
.Xr getaddrinfo 3 ,
|
||||||
|
.Xr getnameinfo 3 ,
|
||||||
|
.Xr gethostbyaddr 3 ,
|
||||||
.Xr gethostbyname 3 ,
|
.Xr gethostbyname 3 ,
|
||||||
.Xr hostname 7 ,
|
.Xr hostname 7 ,
|
||||||
.Xr resolv.conf 5 ,
|
.Xr resolv.conf 5 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user