diff options
author | alex <alex@FreeBSD.org> | 1998-01-01 02:31:47 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-01-01 02:31:47 +0000 |
commit | 47c4182543240f5525adccee2b8af88df9c1e523 (patch) | |
tree | 8615f1d8e018c049b63f7f26a3fa11ed3536b626 /sbin/ldconfig | |
parent | a610ac10b8dbec9364dd3cbb242612bcbc6a5e0c (diff) | |
download | FreeBSD-src-47c4182543240f5525adccee2b8af88df9c1e523.zip FreeBSD-src-47c4182543240f5525adccee2b8af88df9c1e523.tar.gz |
Removed /etc/ld.so.conf reference from FILES section (people get
confused when they can't find it), but leave the reference to it
as being a standard filename (which doesn't imply that it exists).
Discussed with: jkh
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r-- | sbin/ldconfig/ldconfig.8 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 6f97599..1f79ce8 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.13 1997/07/11 14:45:40 jkh Exp $ +.\" $Id: ldconfig.8,v 1.14 1997/08/22 04:42:12 peter Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 @@ -137,8 +137,6 @@ are under control of the system's administrator. Default .Dq hints file. -.It Pa /etc/ld.so.conf -Standard configuration file. .Sh SEE ALSO .Xr ld 1 , .Xr link 5 |