[Bug 223420] [patch] rtld(1): fix formatting glitch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 4 22:15:54 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223420

Bryan Drewery <bdrewery at FreeBSD.org> changed:

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

--- Comment #1 from Bryan Drewery <bdrewery at 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 at 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 variable,
    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=/head/; revision=318432

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

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


More information about the freebsd-toolchain mailing list