From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6133 invoked by alias); 8 Jan 2014 01:26:02 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 6114 invoked by uid 89); 8 Jan 2014 01:26:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_NEUTRAL autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: popelka.ms.mff.cuni.cz Received: from popelka.ms.mff.cuni.cz (HELO popelka.ms.mff.cuni.cz) (195.113.20.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Jan 2014 01:25:59 +0000 Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id F1BBD6C694; Wed, 8 Jan 2014 02:25:53 +0100 (CET) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id C7E205F76B; Wed, 8 Jan 2014 02:25:53 +0100 (CET) Date: Wed, 08 Jan 2014 01:26:00 -0000 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: "mtk.manpages at gmail dot com" Cc: glibc-bugs@sourceware.org Subject: Re: [Bug manual/16262] Semantics of dladdr don't quite match documentation Message-ID: <20140108012553.GA3144@domone.podge> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00108.txt.bz2 On Wed, Jan 08, 2014 at 01:08:07AM +0000, mtk.manpages at gmail dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=16262 > > --- Comment #5 from Michael Kerrisk --- > (In reply to Ondrej Bilka from comment #1) > > That is a documentation bug, manpage is bit clearer by saying that > > > > If no symbol matching addr could be found, then dli_sname and dli_saddr are > > set to NULL. > > I've changed the text in the man page to > > const char *dli_sname; /* Name of symbol whose definition > overlaps addr */ > > Better, I hope(?). > Yes, thats better.