commit: 51c33fe9fe35547384e8645a5031f90290cbb4c3 Author: Eugene Zamlinsky <ezamlinsky <AT> gmail <DOT> com> AuthorDate: Sun Apr 13 04:38:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 11 05:19:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=51c33fe9
man/euse.1: Fix indentation issue after '--info-installed' block The 'info-installed' block has imbalanced indentation for its description text. This fix adds the missing '.RE' troff directive at the end of that section to align description of the following options properly. Signed-off-by: Eugene Zamlinsky <ezamlinsky <AT> gmail.com> Part-of: https://github.com/gentoo/gentoolkit/pull/55 Closes: https://github.com/gentoo/gentoolkit/pull/55 Signed-off-by: Sam James <sam <AT> gentoo.org> man/euse.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/euse.1 b/man/euse.1 index c3cde74..71d819d 100644 --- a/man/euse.1 +++ b/man/euse.1 @@ -67,6 +67,7 @@ by make.globals Then follows the name of the flag, for local flags the package name and then the description (on a new line for local flags). +.RE .TP \fB\-a, \-\-active\fI Shows all currently active USE flags and where they are activated (see
