diff options
author | ats <ats@FreeBSD.org> | 1994-04-05 08:24:19 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-04-05 08:24:19 +0000 |
commit | a44d417a90c214d29580272bdf8775fabe540c93 (patch) | |
tree | bd7fa61ee863cbcaa4930b325f00f1c3693cb376 /sbin/ldconfig | |
parent | 9c6c99e9ff56c7cd0b5685b0c99f1009332e1f5b (diff) | |
download | FreeBSD-src-a44d417a90c214d29580272bdf8775fabe540c93.zip FreeBSD-src-a44d417a90c214d29580272bdf8775fabe540c93.tar.gz |
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.
Diffstat (limited to 'sbin/ldconfig')
-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 170b618..32c35af 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. |