Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2017 22:15:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 223420] [patch] rtld(1): fix formatting glitch
Message-ID:  <bug-223420-29464-sPDLdCZEHT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223420-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223420-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223420

Bryan Drewery <bdrewery@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-toolchain@FreeBSD.o |freebsd-docs@FreeBSD.org
                   |rg                          |
                 CC|                            |bdrewery@FreeBSD.org

--- Comment #1 from Bryan Drewery <bdrewery@FreeBSD.org> ---
Not sure what is being fixed here.  All of the other environment variables =
are
'.It Ev', and they should be prefixed with 'Ev' as well.

Seeing '11-STABLE' here, I think you wanted r318432 MFCd, which I'll do:

commit f74c0ee574162808ddd3f0f7a9a4d4ec412fa421
Author: jonathan <jonathan@FreeBSD.org>
Date:   Thu May 18 00:32:05 2017 +0000

    Fix some nroff syntax in rtld.1.

    When I originally documented the LD_LIBRARY_PATH_FDS environment variab=
le,
    I used `.Ev` rather than `.It Ev` to introduce it; this led to the
    documentation being embedded in the previous paragraph (LD_LIBRARY_PATH=
).

Notes:
    svn path=3D/head/; revision=3D318432

diff --git libexec/rtld-elf/rtld.1 libexec/rtld-elf/rtld.1
index 79f1478bb90d..4347eb018171 100644
--- libexec/rtld-elf/rtld.1
+++ libexec/rtld-elf/rtld.1
@@ -192,7 +192,7 @@ the directories specified by
 will be searched first
 followed by the set of built-in standard directories.
 This variable is unset for set-user-ID and set-group-ID programs.
-.Ev LD_LIBRARY_PATH_FDS
+.It Ev LD_LIBRARY_PATH_FDS
 A colon separated list of file descriptor numbers for library directories.
 This is intended for use within
 .Xr capsicum 4

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223420-29464-sPDLdCZEHT>