Author: 0mp (doc,ports committer)
Date: Mon Jun  8 09:33:45 2020
New Revision: 361920
URL: https://svnweb.freebsd.org/changeset/base/361920

Log:
  Document that /lib is always in the list of shared library paths
  
  /lib was added to the list in r119011.
  
  MFC after:    1 week

Modified:
  head/share/man/man5/rc.conf.5

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5       Mon Jun  8 09:33:37 2020        
(r361919)
+++ head/share/man/man5/rc.conf.5       Mon Jun  8 09:33:45 2020        
(r361920)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 9, 2020
+.Dd June 8, 2020
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -3637,8 +3637,10 @@ related programs.
 Set to the list of shared library paths to use with
 .Xr ldconfig 8 .
 NOTE:
+.Pa /lib
+and
 .Pa /usr/lib
-will always be added first, so it need not appear in this list.
+will always be added first, so they need not appear in this list.
 .It Va ldconfig32_paths
 .Pq Vt str
 Set to the list of 32-bit compatibility shared library paths to
_______________________________________________
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