diff options
author | Sam James <sam@gentoo.org> | 2023-12-03 07:51:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-03 07:51:13 +0000 |
commit | 4276a6e7e01a78b1e92839475abb78519255136e (patch) | |
tree | f9ef816533110428ad490a352898cac0fee857a9 /man | |
parent | Migrate to PEP517 meson-python build (diff) | |
download | gentoolkit-4276a6e7e01a78b1e92839475abb78519255136e.tar.gz gentoolkit-4276a6e7e01a78b1e92839475abb78519255136e.tar.bz2 gentoolkit-4276a6e7e01a78b1e92839475abb78519255136e.zip |
man/revdep-rebuild.1: fix 'executables' typo
Reported by kurly, thanks!
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/revdep-rebuild.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1 index bff995c..c7d789f 100644 --- a/man/revdep-rebuild.1 +++ b/man/revdep-rebuild.1 @@ -48,7 +48,7 @@ Turn off the progress meter Print less output and disable the progress meter. (This option is also passed to portage.) .TP .B \-u | \-\-search\-symbols -Searches for undefined symbols in executibles. This will most likely have false positives in the output, so it is recommended to only use this option with pretend and manually fix any legitimate issues found. \fBNote:\fR This is currently only implemented in revdep-rebuild.sh, it is not implemented in revdep-rebuild.py. +Searches for undefined symbols in executables. This will most likely have false positives in the output, so it is recommended to only use this option with pretend and manually fix any legitimate issues found. \fBNote:\fR This is currently only implemented in revdep-rebuild.sh, it is not implemented in revdep-rebuild.py. .TP .B \-v | \-\-verbose More output. (Prints the revdep\-rebuild search environment.) |