mirror of git://gcc.gnu.org/git/gcc.git
* doc/ux.texi: Move @section directly after @node.
From-SVN: r265340
This commit is contained in:
parent
425057a316
commit
79e61dc249
|
|
@ -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>
|
2018-10-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR middle-end/85488
|
PR middle-end/85488
|
||||||
|
|
|
||||||
|
|
@ -30,11 +30,10 @@ command-line options in ways that we hope achieve the above ideal.
|
||||||
|
|
||||||
|
|
||||||
@node Guidelines for Diagnostics
|
@node Guidelines for Diagnostics
|
||||||
|
@section Guidelines for Diagnostics
|
||||||
@cindex guidelines for diagnostics
|
@cindex guidelines for diagnostics
|
||||||
@cindex diagnostics, guidelines for
|
@cindex diagnostics, guidelines for
|
||||||
|
|
||||||
@section Guidelines for Diagnostics
|
|
||||||
|
|
||||||
@subsection Talk in terms of the user's code
|
@subsection Talk in terms of the user's code
|
||||||
|
|
||||||
Diagnostics should be worded in terms of the user's source code, and the
|
Diagnostics should be worded in terms of the user's source code, and the
|
||||||
|
|
@ -591,10 +590,9 @@ generated patches.
|
||||||
|
|
||||||
|
|
||||||
@node Guidelines for Options
|
@node Guidelines for Options
|
||||||
|
@section Guidelines for Options
|
||||||
@cindex command-line options, guidelines for
|
@cindex command-line options, guidelines for
|
||||||
@cindex options, guidelines for
|
@cindex options, guidelines for
|
||||||
@cindex guidelines for options
|
@cindex guidelines for options
|
||||||
|
|
||||||
@section Guidelines for Options
|
|
||||||
|
|
||||||
@c TODO
|
@c TODO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue