https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223420
Bryan Drewery <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |rg | CC| |[email protected] --- Comment #1 from Bryan Drewery <[email protected]> --- 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 <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
