doc: Document RESOLV_WRAPPER_DISABLE_DEEPBIND
authorAndreas Schneider <asn@samba.org>
Fri, 4 Jan 2019 07:40:44 +0000 (08:40 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Sun, 20 Oct 2019 12:59:27 +0000 (14:59 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
doc/resolv_wrapper.1
doc/resolv_wrapper.1.txt

index fccdc5a7777e7a74af24e78f3454dac6ae095000..842dc97998e55ce3ab2ff944e1c690008a555e6c 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: resolv_wrapper
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 2015-08-18
+.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 2019-01-04
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "RESOLV_WRAPPER" "1" "2015\-08\-18" "\ \&" "\ \&"
+.TH "RESOLV_WRAPPER" "1" "2019\-01\-04" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -146,6 +146,11 @@ If you need to see what is going on in resolv_wrapper itself or try to find a bu
 3 = TRACE
 .RE
 .RE
+.PP
+\fBRESOLV_WRAPPER_DISABLE_DEEPBIND\fR
+.RS 4
+This allows you to disable deep binding in resolv_wrapper\&. This is useful for running valgrind tools or sanitizers like (address, undefined, thread)\&.
+.RE
 .SH "EXAMPLE"
 .sp
 The following command would trick \fIkinit(1)\fR into using DNS servers from "\&./resolv\&.conf" for Kerberos service resolution:
index 63e40d45eecb16a01c54ea4f6e2a8206b0d6e8fa..cf6c62b691c0850c33abbbafd5906d61b6e878a5 100644 (file)
@@ -1,6 +1,6 @@
 resolv_wrapper(1)
 =================
-:revdate: 2015-08-18
+:revdate: 2019-01-04
 
 NAME
 ----
@@ -60,6 +60,11 @@ debug symbols.
 - 2 = DEBUG
 - 3 = TRACE
 
+*RESOLV_WRAPPER_DISABLE_DEEPBIND*::
+
+This allows you to disable deep binding in resolv_wrapper. This is useful for
+running valgrind tools or sanitizers like (address, undefined, thread).
+
 EXAMPLE
 -------