Fix warning in 'Loop Statements' in gnat-style.texi
authorTom de Vries <tom@codesourcery.com>
Sun, 22 Feb 2015 15:16:59 +0000 (15:16 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 22 Feb 2015 15:16:59 +0000 (15:16 +0000)
2015-02-22  Tom de Vries  <tom@codesourcery.com>

PR ada/65100
* gnat-style.texi (@subsection Loop Statements): Replace @noindent by
@item, and fix warning '@itemize has text but no @item'.

From-SVN: r220895

gcc/ada/ChangeLog
gcc/ada/gnat-style.texi

index cc49e4cabb0d3b7fd41713bd32bc14cc98df44ca..d2a248a938c23f67ca068556af1c713d945b02c4 100644 (file)
@@ -1,3 +1,9 @@
+2015-02-22  Tom de Vries  <tom@codesourcery.com>
+
+       PR ada/65100
+       * gnat-style.texi (@subsection Loop Statements): Replace @noindent by
+       @item, and fix warning '@itemize has text but no @item'.
+
 2015-02-20  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_prag.adb (Analyze_Pragma, case Obsolescent): Pragma
index df2d491e14f6b93e63281689eaa261aff47c10f7..1fa7688b1730a2d86910ccad6a8b8bdbca226c9e 100644 (file)
@@ -566,7 +566,7 @@ can be saved by aligning the @code{when} clauses with the opening @code{case}.
 @cindex Loop statements
 
 @itemize @bullet
-@noindent
+@item
 When possible, have @code{for} or @code{while} on one line with the
 condition and the @code{loop} keyword.