diff mbox

Move @end to own line

Message ID m2r4oj7zto.fsf@linux-m68k.org
State New
Headers show

Commit Message

Andreas Schwab Oct. 28, 2012, 8:42 a.m. UTC
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.
diff mbox

Patch

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