Bug in manpage
Michael Werner <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello,
the manpage of my GNU indent 2.2.9 contains an erroneous naming of the
long-version option for '-bfde': '--break-function-decl-args'. It is the
same as the long-version option for '-bfda'.
<snip>
-bfda, --break-function-decl-args
Break the line before all arguments in a declaration.
See DECLARATIONS.
-bfde, --break-function-decl-args
Break the line after the last argument in a declaration.
See DECLARATIONS.
</snip>
Cheers,
Michael Werner