Author: jonathan
Date: Thu May 18 00:32:05 2017
New Revision: 318432
URL: https://svnweb.freebsd.org/changeset/base/318432

Log:
  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).

Modified:
  head/libexec/rtld-elf/rtld.1

Modified: head/libexec/rtld-elf/rtld.1
==============================================================================
--- head/libexec/rtld-elf/rtld.1        Wed May 17 22:51:28 2017        
(r318431)
+++ head/libexec/rtld-elf/rtld.1        Thu May 18 00:32:05 2017        
(r318432)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to