Date: Tue, 8 Jun 2004 10:20:26 GMT From: George Keramidas <keramida@ceid.upatras.gr> To: freebsd-doc@FreeBSD.org Subject: Re: docs/67078: [patch] MFC of a rtld(1) man page is incomplete. Message-ID: <200406081020.i58AKQaT090746@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/67078; it has been noted by GNATS. From: George Keramidas <keramida@ceid.upatras.gr> To: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> Cc: bug-followup@freebsd.org Subject: Re: docs/67078: [patch] MFC of a rtld(1) man page is incomplete. Date: Tue, 8 Jun 2004 12:17:36 +0300 Shouldn't LD_LIBRARY_PATH be indented with .It too below? > --- rtld.1.orig Sun May 23 18:44:45 2004 > +++ rtld.1 Sun May 23 18:45:39 2004 > @@ -88,13 +88,13 @@ > other shared libraries. > If the directory is not specified then > the directories specified by > -.It Ev LD_LIBMAP_DISABLE > -If set, disables the use of > -.Xr libmap.conf 5 . > .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. > +.It Ev LD_LIBMAP_DISABLE > +If set, disables the use of > +.Xr libmap.conf 5 . > .It Ev LD_BIND_NOW > When set to a nonempty string, causes > .Nm By looking at the rest of the .Ev entries, I think the correct change would just add an .It before ".Ev LD_LIBRARY_PATH". The LD_xxx environment vars seems to be alphabetically sorted, so moving LD_LIBMAP_DISABLE *after* LD_LIBRARY_PATH would break the sorting. - Giorgos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406081020.i58AKQaT090746>