From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Paillard Subject: RES_DEBUG needs DEBUG (was: [PATCH] host.conf(5): order option deprecated) Date: Thu, 29 May 2014 12:41:27 +0200 Message-ID: <20140529104127.GI13900@mraw.org> References: <1355073222-13020-1-git-send-email-spaillard@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Michael Kerrisk (man-pages)" Cc: linux-man List-Id: linux-man@vger.kernel.org On Fri, Aug 09, 2013 at 10:40:04AM +0200, Michael Kerrisk (man-pages) wrote: > So, from the references you've given, and from a little bit of code > spelunking, it looks like the change took place in glibc 2.5. I'd much > prefer a patch that preserved the glibc <= 2.4 info, and noted that > "order" is ignored in glibc >= 2.5. See some notes below. > > > On Sun, Dec 9, 2012 at 6:13 PM, Simon Paillard wrote: [...] > > diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 > > index 9a3ca54..282f748 100644 > > --- a/man5/resolv.conf.5 > > +++ b/man5/resolv.conf.5 > > @@ -134,6 +134,7 @@ sets > > .BR RES_DEBUG > > in > > .IR _res.options . > > +This option needs glibc to be build with debugging enabled. > > Where did this piece come from? It seems to be unrelated? It is unrelated, but still applicable. http://codesearch.debian.net/search?q=RES_DEBUG (links 404, unless you replace 2.18-[5-6] with 2.18-7) Almost all tests using the RES_DEBUG are in "#ifdef DEBUG" sections I'll provide a separate patch. -- Simon Paillard -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html