diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-11 05:06:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-11 05:06:38 +0000 |
commit | a5db25fbe2f46e876c1abf708fc65b065f560cab (patch) | |
tree | 4750533a3b490049247ff9bf236da83d7023af1d /libexec/ld.so | |
parent | 336f601acaf958bcb2c3abca1e7c4a57e464d524 (diff) |
Correct .Nm usage.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.8 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index 62363480ade..1558de4669a 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.5 2001/01/30 02:39:05 brad Exp $ +.\" $OpenBSD: ldconfig.8,v 1.6 2001/04/11 05:06:37 aaron Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -76,11 +76,11 @@ equivalent of the switch of .Xr ld. .Pp -.Nm Ldconfig +.Nm is typically run as part of the boot sequence. .Pp The following options are recognized by -.Nm ldconfig: +.Nm ldconfig : .Bl -tag -width indent .It Fl R Rescan the previously configured directories. This opens the hints file @@ -116,11 +116,13 @@ will only load shared libraries from the .Ev ld.so.hints file. In particular, the .Ev LD_LIBRARY_PATH -is not used to search for libraries. Thus, the role of ldconfig is dual. In -addition to building a set of hints for quick lookup, it also serves to +is not used to search for libraries. Thus, the role of +.Nm +is dual. +In addition to building a set of hints for quick lookup, it also serves to specify the trusted collection of directories from which shared objects can be safely loaded. It is presumed that the set of directories specified to -.Nm ldconfig +.Nm are under control of the system's administrator. .Xr ld.so further assists set-user-Id programs by erasing the |