Module Name:    src
Committed By:   christos
Date:           Wed May  8 18:06:46 UTC 2013

Modified Files:
        src/lib/libc/net: resolver.3

Log Message:
Clarify which functions are only in libresolv.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/net/resolver.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/net/resolver.3
diff -u src/lib/libc/net/resolver.3:1.24 src/lib/libc/net/resolver.3:1.25
--- src/lib/libc/net/resolver.3:1.24	Wed Nov  7 10:48:13 2012
+++ src/lib/libc/net/resolver.3	Wed May  8 14:06:46 2013
@@ -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")
 .\"
 .\" Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
 .\"	@(#)resolver.3	6.5 (Berkeley) 6/23/90
 .\"	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 
 .Os
 .Sh NAME
@@ -74,6 +74,7 @@
 .Nd resolver routines
 .Sh LIBRARY
 .Lb libc
+.Lb libresolv
 .Sh SYNOPSIS
 .In resolv.h
 .In res_update.h
@@ -685,14 +686,28 @@ definitions are given in
 .\" value of the
 .\" .Fa err
 .\" 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
 .Bl -tag -width "/etc/resolv.conf    "
-.It Pa
-/etc/resolv.conf
+.It Pa /etc/resolv.conf
 The configuration file, see
 .Xr resolv.conf 5 .
 .El
 .Sh SEE ALSO
+.Xr getaddrinfo 3 , 
+.Xr getnameinfo 3 , 
+.Xr gethostbyaddr 3 , 
 .Xr gethostbyname 3 , 
 .Xr hostname 7 ,
 .Xr resolv.conf 5 ,

Reply via email to