From 79e61dc24903e853707b47e665bc62591b07885c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 20 Oct 2018 07:29:15 +0000 Subject: [PATCH] * doc/ux.texi: Move @section directly after @node. From-SVN: r265340 --- gcc/ChangeLog | 4 ++++ gcc/doc/ux.texi | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84ad488b6cb..622765db052 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-20 Andreas Schwab + + * doc/ux.texi: Move @section directly after @node. + 2018-10-19 Jakub Jelinek PR middle-end/85488 diff --git a/gcc/doc/ux.texi b/gcc/doc/ux.texi index 9185f68c58c..63349252dce 100644 --- a/gcc/doc/ux.texi +++ b/gcc/doc/ux.texi @@ -30,11 +30,10 @@ command-line options in ways that we hope achieve the above ideal. @node Guidelines for Diagnostics +@section Guidelines for Diagnostics @cindex guidelines for diagnostics @cindex diagnostics, guidelines for -@section Guidelines for Diagnostics - @subsection Talk in terms of the user's code Diagnostics should be worded in terms of the user's source code, and the @@ -591,10 +590,9 @@ generated patches. @node Guidelines for Options +@section Guidelines for Options @cindex command-line options, guidelines for @cindex options, guidelines for @cindex guidelines for options -@section Guidelines for Options - @c TODO -- 2.11.4.GIT