aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-02-06 10:20:23 -0600
committerPaul Varner <fuzzyray@gentoo.org>2012-02-06 10:20:23 -0600
commit04e5656fe2f8b93b28ebb716275f10d8061cd45f (patch)
tree2db05e96b77bd51e75d48b277298613aa8963da0 /man
parentfix bug 398103 to properly delete broken symlinks and not abort. (diff)
downloadgentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.tar.gz
gentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.tar.bz2
gentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.zip
Change the documentation for revdep-rebuild --library.
Change the help output and man page to reflect that --library will unconditionally rebuild the packages with the named library.
Diffstat (limited to 'man')
-rw-r--r--man/revdep-rebuild.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index d82949b..8c31a45 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -27,7 +27,7 @@ Delete temporary files from previous runs.
Force revdep\-rebuild not to delete temporary files after it successfully rebuilds packages. This option will NOT prevent revdep\-rebuild from deleting inconsistent or out\-of\-date temporary files.
.TP
.B \-\-library NAME | \-L NAME
-Search for reverse dependencies for a particular library or group of libraries, rather than every library on the system. Emerge packages that use the named library. NAME can be a full path to a library or basic regular expression. (See regex(7).)
+Search for reverse dependencies for a particular library or group of libraries, rather than every library on the system. This option will unconditionally emerge packages that use the named library. \fBNote:\fR This option is used to force packages using the named library to be rebuilt even if they are not broken. NAME can be a full path to a library or basic regular expression. (See regex(7).)
.TP
.B \-l | \-\-no\-ld\-path
Do not set LD_LIBRARY_PATH. \fBNote:\fR Using this option will cause revdep\-rebuild to report some false positives.