]> git.ipfire.org Git - thirdparty/autoconf.git/commit
doc: fix texinfo macro usage
authorPatrice Dumas <pertusus@free.fr>
Wed, 18 Jul 2012 19:41:45 +0000 (13:41 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 18 Jul 2012 19:51:17 +0000 (13:51 -0600)
commita357718b081f1678748ead5d7cb67c766c930441
treecfac51ddd90b018c6da953544f9183afe6bef532
parent8c8522f1c5c8362ec683b5464e99a95bc735677f
doc: fix texinfo macro usage

The texinfo manual recommends avoiding the use of a trailing @c in
any macro designed to be used inline (as is the case with our ovar
and dvar macros).  Furthermore, passing '@\n' in the middle of a
macro call is much different than passing '@\n' between arguments
of a @defmac for line continuation.

* doc/autoconf.texi (ovar, dvar): Don't end macro with @c, since
these macros are designed to be embedded in one-line usage.
(Fortran Compiler): Don't split @dvar.
* THANKS: Update.
Reported by Stefano Lattarini.

Signed-off-by: Eric Blake <eblake@redhat.com>
Copyright-paperwork-exempt: Yes
THANKS
doc/autoconf.texi