diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-04-05 08:24:19 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-04-05 08:24:19 +0000 |
commit | 1cc30df6653546bb65c1d543639b327cbe6948d5 (patch) | |
tree | bd7fa61ee863cbcaa4930b325f00f1c3693cb376 /sbin | |
parent | 1561d038b1924fa9e6f1a7ee0698bef087e299f7 (diff) | |
download | src-1cc30df6653546bb65c1d543639b327cbe6948d5.tar.gz src-1cc30df6653546bb65c1d543639b327cbe6948d5.zip |
Add that /usr/X386/lib is also in the default path for ldconfig. Bug found
by Satoshi Asami ( asami@cs.berkeley.edu ). Fixed also a minor typo
problem.
Notes
Notes:
svn path=/head/; revision=1336
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 170b6183eb87..32c35afc8041 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -58,8 +58,10 @@ on the standard output. The hints file will not be modified. .It Fl s Do not scan .Nm ldconfig -'s builtin system directories +\'s builtin system directories .Sq /usr/lib +, +.Sq /usr/X386/lib and .Sq /usr/local/lib for shared libraries. |