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 declarati...@* @xref{Declarations}. -...@item -...@var{n} +...@item -dj @itemx --left-justify-declarations If -cd 0 is used then comments after declarations are left justified behind the declarati...@* Thanks. _______________________________________________ bug-indent mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-indent
