aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2018-10-20 07:29:15 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2018-10-20 07:29:15 +0000
commit79e61dc24903e853707b47e665bc62591b07885c (patch)
tree6df13cab42000a2a219f6c0660bf64887c7fded0 /gcc
parent425057a316474353cbaeeaf82763257562e6e518 (diff)
downloadgcc-79e61dc24903e853707b47e665bc62591b07885c.zip
gcc-79e61dc24903e853707b47e665bc62591b07885c.tar.gz
gcc-79e61dc24903e853707b47e665bc62591b07885c.tar.bz2
* doc/ux.texi: Move @section directly after @node.
From-SVN: r265340
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/ux.texi6
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 84ad488..622765d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-20 Andreas Schwab <schwab@linux-m68k.org>
+
+ * doc/ux.texi: Move @section directly after @node.
+
2018-10-19 Jakub Jelinek <jakub@redhat.com>
PR middle-end/85488
diff --git a/gcc/doc/ux.texi b/gcc/doc/ux.texi
index 9185f68..6334925 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