commit: 4276a6e7e01a78b1e92839475abb78519255136e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 3 07:51:13 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 07:51:13 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=4276a6e7
man/revdep-rebuild.1: fix 'executables' typo Reported by kurly, thanks! Signed-off-by: Sam James <sam <AT> gentoo.org> man/revdep-rebuild.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)
