diff options
author | jdp <jdp@FreeBSD.org> | 1996-11-09 20:26:19 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-11-09 20:26:19 +0000 |
commit | 0118326e5f151868b7b9ada4aa8c57670a8a52b6 (patch) | |
tree | 3606d45794e47ae9ffb618343d42b97b701287cb /sbin | |
parent | 8cbeefe2ba0b1566ab9d927d0f60dad02aeecaab (diff) | |
download | FreeBSD-src-0118326e5f151868b7b9ada4aa8c57670a8a52b6.zip FreeBSD-src-0118326e5f151868b7b9ada4aa8c57670a8a52b6.tar.gz |
Document that "ldconfig -m" rescans all directories previously
entered into the hints file, in addition to the directories named
on the command line.
2.2 Candidate.
Diffstat (limited to 'sbin')
-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 3ad223b..652ebf9 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 |