small typo in documentation
Petre Mierlutiu <[email protected]> Tue, 18 May 2010 18:05:15 +0300
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello, there's a small typo in the documentation: "-nbdfa and -nbdfe" instead of "-nbfda and -nbfde". Attached are patches for the texinfo (indent.texinfo-nbfda.patch) and manpage(indent.1-nbfda.patch). Regards, Peter _______________________________________________ bug-indent mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-indent
indent.1-nbfda.patch
(application/octet-stream, 411 B)
--- indent.1.orig 2010-05-18 17:02:48.000000000 +0300 +++ indent.1 2010-05-18 17:03:22.000000000 +0300 @@ -1250,7 +1250,7 @@ is particularly helpful for functions with long argument lists. The option \(oq-bfde\(cq causes a newline to be forced before the closing bracket of the function declaration. For both options the \(cqn\(cq setting is the default: --nbdfa and -nbdfe. +-nbfda and -nbfde. For
indent.texinfo-nbfda.patch
(application/octet-stream, 417 B)
--- indent.texinfo.orig 2010-05-18 17:58:02.000000000 +0300
+++ indent.texinfo 2010-05-18 17:58:40.000000000 +0300
@@ -1048,7 +1048,7 @@
is particularly helpful for functions with long argument lists.
The option @option{-bfde} causes a newline to be forced before the closing
bracket of the function declaration. For both options the 'n' setting is the default:
--nbdfa and -nbdfe.
+-nbfda and -nbfde.
For