From: Ralf Wildenhues Date: Tue, 22 Jun 2010 21:50:03 +0000 (+0200) Subject: Formatting cleanups for optional arguments. X-Git-Tag: v2.66~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4012a626e4746a6d0187ff21ab99f740d488cf3;p=thirdparty%2Fautoconf.git Formatting cleanups for optional arguments. * doc/autoconf.texi (Configuration Actions, Help Formatting) (External Software): Use @r{} for brackets denoting optional arguments, where @ovar is not safe to use. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0fc8dbe8..297db2dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-06-22 Ralf Wildenhues + Formatting cleanups for optional arguments. + * doc/autoconf.texi (Configuration Actions, Help Formatting) + (External Software): Use @r{} for brackets denoting optional + arguments, where @ovar is not safe to use. + Clarify nested double-quotes and backquotes shell issues. * doc/autoconf.texi (Shellology): New anchor for pdksh. (Shell Substitutions): Link to it for escaped double-quotes diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 7e97d964..9172bd7c 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -2176,7 +2176,7 @@ have this prototype: @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something @c awful. @example -AC_CONFIG_@var{ITEMS}(@var{tag}@dots{}, [@var{commands}], [@var{init-cmds}]) +AC_CONFIG_@var{ITEMS}(@var{tag}@dots{}, @r{[}@var{commands}@r{]}, @r{[}@var{init-cmds}@r{]}) @end example @noindent @@ -20527,7 +20527,7 @@ The options have one of these forms: @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something @c awful. @example ---with-@var{package}[=@var{arg}] +--with-@var{package}@r{[}=@var{arg}@r{]} --without-@var{package} @end example @@ -20680,7 +20680,7 @@ compile them. The options have one of these forms: @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something @c awful. @example ---enable-@var{feature}[=@var{arg}] +--enable-@var{feature}@r{[}=@var{arg}@r{]} --disable-@var{feature} @end example