From owner-freebsd-doc@FreeBSD.ORG Wed Jun 9 12:50:31 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEE116A4FC for ; Wed, 9 Jun 2004 12:50:31 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5467B43D2D for ; Wed, 9 Jun 2004 12:50:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i59CoSbl002529 for ; Wed, 9 Jun 2004 12:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i59CoRrT002528; Wed, 9 Jun 2004 12:50:27 GMT (envelope-from gnats) Date: Wed, 9 Jun 2004 12:50:27 GMT Message-Id: <200406091250.i59CoRrT002528@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Watanabe Kazuhiro Subject: Re: docs/67078: [patch] MFC of a rtld(1) man page is incomplete. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Watanabe Kazuhiro List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 12:50:31 -0000 The following reply was made to PR docs/67078; it has been noted by GNATS. From: Watanabe Kazuhiro To: bug-followup@freebsd.org Cc: George Keramidas Subject: Re: docs/67078: [patch] MFC of a rtld(1) man page is incomplete. Date: Wed, 09 Jun 2004 21:41:37 +0900 At Tue, 8 Jun 2004 12:17:36 +0300, George Keramidas wrote: > Shouldn't LD_LIBRARY_PATH be indented with .It too below? (snip) > By looking at the rest of the .Ev entries, I think the correct change > would just add an .It before ".Ev LD_LIBRARY_PATH". I don't think so. Because in the -current's rtld(1) man page, this part is described as below: | .It Ev LD_PRELOAD | A list of shared libraries, separated by colons and/or white space, | to be linked in before any | other shared libraries. | If the directory is not specified then | the directories specified by | .Ev LD_LIBRARY_PATH | will be searched first | followed by the set of built-in standard directories. | This is ignored for set-user-ID and set-group-ID programs. > The LD_xxx > environment vars seems to be alphabetically sorted, so moving > LD_LIBMAP_DISABLE *after* LD_LIBRARY_PATH would break the sorting. If we adjust the man page to the -current's one, LD_LIBMAP_DISABLE should be placed before LD_PRELOAD (and my patch is wrong). --- Watanabe Kazuhiro (CQG00620@nifty.ne.jp)