https://bugzilla.kernel.org/show_bug.cgi?id=43061 Michael Kerrisk <mtk.manpages@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mtk.manpages@xxxxxxxxx Resolution| |CODE_FIX --- Comment #1 from Michael Kerrisk <mtk.manpages@xxxxxxxxx> 2013-03-05 06:46:47 --- Thanks Nathan. I've applied the patch below. Cheers, Michael diff --git a/man3/resolver.3 b/man3/resolver.3 index 991b263..f659325 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -27,7 +27,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@xxxxxxxxxx) .\" Modified 2004-10-31 by aeb .\" -.TH RESOLVER 3 2012-04-23 "GNU" "Linux Programmer's Manual" +.TH RESOLVER 3 2013-03-05 "GNU" "Linux Programmer's Manual" .SH NAME res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand \- resolver routines @@ -185,6 +185,10 @@ has been called. .TP .B RES_DEBUG Print debugging messages. +This option is only available if glibc was built with debugging enabled, +.\" See resolv/README. +.\" Support for RES_DEBUG was made conditional in glibc 2.2. +which is not the default. .TP .B RES_AAONLY Accept authoritative answers only. diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 9a3ca54..1358b73 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -18,7 +18,7 @@ .\" .\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" -.TH RESOLV.CONF 5 2012-11-11 "" "Linux Programmer's Manual" +.TH RESOLV.CONF 5 2013-03-05 "" "Linux Programmer's Manual" .UC 4 .SH NAME resolv.conf \- resolver configuration file @@ -133,7 +133,9 @@ where \fIoption\fP is one of the following: sets .BR RES_DEBUG in -.IR _res.options . +.IR _res.options +(only effective if glibc was built with debug support; see +.BR resolver (3)). .TP .BI ndots: n .\" Since glibc 2.2 -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html