Manual says option -dj takes a parameter, but it does not
Santiago Vila <[email protected]> Tue, 13 Apr 2010 19:35:31 +0200 (CEST)
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello.
In this bug:
http://bugs.debian.org/536527
Marco TĂșlio Gontijo e Silva reports:
"The -dj option doesn't take parameter, but it's shown as -djn in the manpage".
The following trivial patch should fix this documentation bug:
--- a/doc/indent.texinfo
+++ b/doc/indent.texinfo
@@ -1731,7 +1731,7 @@
Break the line after the last argument in a declaration.@*
@xref{Declarations}.
-@item -dj@var{n}
+@item -dj
@itemx --left-justify-declarations
If -cd 0 is used then comments after declarations are left justified
behind the declaration.@*
Thanks.