diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-12 23:23:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-12 23:23:21 +0000 |
commit | 532d555e535db36981a31cd6235ae608adb7fd33 (patch) | |
tree | 017b1a43f5a1b2989847779cdb0d79f93a5d9139 /libexec | |
parent | 2b0781cc11cefa28d450d3cc30901ec7ae040340 (diff) |
document new -P option
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/ldconfig/ldconfig.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/ld.so/ldconfig/ldconfig.8 b/libexec/ld.so/ldconfig/ldconfig.8 index 79b61df9c85..e6e6061737b 100644 --- a/libexec/ld.so/ldconfig/ldconfig.8 +++ b/libexec/ld.so/ldconfig/ldconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldconfig.8,v 1.19 2006/05/12 10:01:54 jmc Exp $ +.\" $OpenBSD: ldconfig.8,v 1.20 2006/05/12 23:23:20 deraadt Exp $ .\" .\" Copyright (c) 1993,1995 Paul Kranenburg .\" All rights reserved. @@ -37,7 +37,7 @@ .Nd configure the shared library cache .Sh SYNOPSIS .Nm ldconfig -.Op Fl DmRrsUv +.Op Fl DmPRrsUv .Op Ar path ... .Sh DESCRIPTION .Nm @@ -99,6 +99,10 @@ the existing hints file. The default action is to build the hints file afresh. This option cannot be used with .Fl U . +.It Fl P +Create and append prebind information to all executables found in +the specified directories, and also all shared libraries which are +required by those executables. .It Fl R Rescan the previously configured directories. This opens the hints file and fetches the directory list from the header. |