diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-11-09 20:26:19 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-11-09 20:26:19 +0000 |
commit | 566b4de9c129fd078113dae876679a00f8adfa4c (patch) | |
tree | 3606d45794e47ae9ffb618343d42b97b701287cb /sbin/ldconfig | |
parent | 27fc704092432e1b350e30b0bd628543bd177fb0 (diff) | |
download | src-566b4de9c129fd078113dae876679a00f8adfa4c.tar.gz src-566b4de9c129fd078113dae876679a00f8adfa4c.zip |
Notes
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 3ad223b30e18..652ebf9b79e4 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ldconfig.8,v 1.8 1996/04/08 04:17:33 mpp Exp $ +.\" $Id: ldconfig.8,v 1.9 1996/10/10 23:14:22 jdp Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 @@ -92,9 +92,12 @@ Instead of replacing the contents of the hints file with those found in the directories specified, .Dq merge in new entries. +Directories recorded in the hints file by previous runs of +.Nm +are also rescanned for new shared libraries. .It Fl r -Lists the current contents of the hints file -on the standard output. The hints file will not be modified. +List the current contents of the hints file +on the standard output. The hints file is not modified. .It Fl s Do not scan the built-in system directory .Pq Dq /usr/lib |