The texinfo manual says that @end should always be put on a line of its
own.  Tested with make info dvi pdf html and checked in as obvious.

(None of the converters have a problem with this so the output will be
the same.)

Andreas.

        * doc/tm.texi.in (Misc): Add newline before @end.
        * doc/tm.texi: Update.

Index: doc/tm.texi
===================================================================
--- doc/tm.texi (revision 192885)
+++ doc/tm.texi (working copy)
@@ -11323,7 +11323,8 @@ accepted by immediate-add plus one.  We
 value of @code{TARGET_CONST_ANCHOR} is a power of 2.  For example, on
 MIPS, where add-immediate takes a 16-bit signed value,
 @code{TARGET_CONST_ANCHOR} is set to @samp{0x8000}.  The default value
-is zero, which disables this optimization.  @end deftypevr
+is zero, which disables this optimization.
+@end deftypevr
 
 @deftypefn {Target Hook} {unsigned HOST_WIDE_INT} TARGET_MEMMODEL_CHECK 
(unsigned HOST_WIDE_INT @var{val})
 Validate target specific memory model mask bits. When NULL no target specific
Index: doc/tm.texi.in
===================================================================
--- doc/tm.texi.in      (revision 192885)
+++ doc/tm.texi.in      (working copy)
@@ -11165,7 +11165,8 @@ accepted by immediate-add plus one.  We
 value of @code{TARGET_CONST_ANCHOR} is a power of 2.  For example, on
 MIPS, where add-immediate takes a 16-bit signed value,
 @code{TARGET_CONST_ANCHOR} is set to @samp{0x8000}.  The default value
-is zero, which disables this optimization.  @end deftypevr
+is zero, which disables this optimization.
+@end deftypevr
 
 @hook TARGET_MEMMODEL_CHECK
 Validate target specific memory model mask bits. When NULL no target specific
-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to