diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-11 21:05:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-11 21:05:23 +0000 |
commit | 0a6e9ba40277f106bbc392648093762682567e0c (patch) | |
tree | be5f84d2bf0c3b40b8bc18cee85335d20724a964 /libexec/ld.so | |
parent | 85369d26fbaa09622d791296ade1d948edb44dd5 (diff) |
move the DESIGN section into the main body of the text, plus tweaks;
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/prebind/prebind.8 | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/libexec/ld.so/prebind/prebind.8 b/libexec/ld.so/prebind/prebind.8 index 2eca441f4d5..10e22d32216 100644 --- a/libexec/ld.so/prebind/prebind.8 +++ b/libexec/ld.so/prebind/prebind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: prebind.8,v 1.5 2006/05/08 20:34:36 deraadt Exp $ +.\" $OpenBSD: prebind.8,v 1.6 2006/05/11 21:05:22 jmc Exp $ .\" .\" Copyright (c) 2006 Dale Rahn <drahn@openbsd.org> .\" @@ -32,6 +32,18 @@ parses each of the specified files or directories and processes each ELF file libraries, and writes symbol resolution hint information to each binary and library. .Pp +.Nm +will add data to the programs specified and any libraries they reference +to speed up dynamic linking. +Since version information is stored in the libraries to validate the +prebind info, running +.Nm +on a subset of programs it was previously +run on will invalidate the prebind info for those excluded binaries. +The +.Fl m +option will preserve the old prebind info in any library if present. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl m @@ -44,16 +56,6 @@ Be verbose when running .Nm : prints out information about the file/library that is being processed. .El -.Sh DESIGN -.Nm -will add data to the programs specified and any libraries they reference -to speed up dynamic linking. -Since version information is stored in the libraries to validate the -prebind info, running prebind on a subset of programs it was previously -run on will invalidate the prebind info for those excluded binaries. -The -.Pq Fl m -option it will preserve the old prebind info in any library if present. .Sh SEE ALSO .Xr ld.so 1 , .Xr prebind_strip 8 |