From 2f998c3bdc73b22ae0fe6ee71aa756cfa4e3b3bb Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Thu, 15 Jun 2006 13:20:04 +0000 Subject: [PATCH] * doc/autoconf.texi (Configuration Actions): Remove duplicate `@var', for texi2html. (Systemology): Some more word wrapping, for DVI output. (autom4te Invocation): The short option for `--melt' is `-M', not `-m'. --- ChangeLog | 8 ++++++++ doc/autoconf.texi | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9af26e62..c3443945 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-06-15 Ralf Wildenhues + + * doc/autoconf.texi (Configuration Actions): Remove duplicate + `@var', for texi2html. + (Systemology): Some more word wrapping, for DVI output. + (autom4te Invocation): The short option for `--melt' is `-M', + not `-m'. + 2006-06-15 Paul Eggert * doc/autoconf.texi: More formatting and English tweaks, diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 9a3d4091..5d55c500 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -2000,7 +2000,7 @@ AC_CONFIG_FOOS(@var{tag}@dots{}, [@var{commands}], [@var{init-cmds}]) where the arguments are: @table @var -@item @var{tag}@dots{} +@item tag@dots{} A blank-or-newline-separated list of tags, which are typically the names of the files to instantiate. @@ -7950,7 +7950,7 @@ formats. Officially this was called the ``Seventh Edition'' of ``the @sc{unix} time-sharing system'' but we use the more-common name ``Unix version 7''. Documentation is available in the -@uref{http://plan9.bell-labs.com/7thEdMan/, Unix Seventh Edition Manual}. +@uref{http://plan9.bell-labs.com/@/7thEdMan/, Unix Seventh Edition Manual}. Previous versions of Unix are called ``Unix version 6'', etc., but they were not as widely used. @end table @@ -9276,7 +9276,7 @@ constructs, you would use @option{-W none,obsolete}. warnings; if you want them, just pass @option{-W error}. @item --melt -@itemx -m +@itemx -M Do not use frozen files. Any argument @code{@var{file}.m4f} is replaced by @code{@var{file}.m4}. This helps tracing the macros which are executed only when the files are frozen, typically -- 2.11.4.GIT