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).
This commit is contained in:
Jonathan Anderson 2017-05-18 00:32:05 +00:00
parent d5a5e50d3b
commit dc902dbd60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318432

View File

@ -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