Commit 32864778 by Daniel Franke Committed by Daniel Franke

gfortran.texi: Added node and menu entry for an option index.

2007-04-27  Daniel Franke  <franke.daniel@gmail.com>

	* gfortran.texi: Added node and menu entry for an option index.
	* invoke.texi: Moved command line option related entries of the concept 
	index to the option index.

From-SVN: r124224
parent a56c06d8
2007-04-27 Daniel Franke <franke.daniel@gmail.com> 2007-04-27 Daniel Franke <franke.daniel@gmail.com>
* gfortran.texi: Added node and menu entry for an option index.
* invoke.texi: Moved command line option related entries of the concept
index to the option index.
2007-04-27 Daniel Franke <franke.daniel@gmail.com>
* intrinsic.texi (AND, FPUT, FPUTC, MODULO, OR, SET_EXPONENT, * intrinsic.texi (AND, FPUT, FPUTC, MODULO, OR, SET_EXPONENT,
XOR): Fixed examples. XOR): Fixed examples.
......
...@@ -191,7 +191,8 @@ Part II: Language Reference ...@@ -191,7 +191,8 @@ Part II: Language Reference
* GNU Free Documentation License:: * GNU Free Documentation License::
How you can copy and share this manual. How you can copy and share this manual.
* Funding:: How to help assure continued work for free software. * Funding:: How to help assure continued work for free software.
* Index:: Index of this documentation. * Option Index:: Index of command line options
* Keyword Index:: Index of concepts
@end menu @end menu
@end ifnottex @end ifnottex
...@@ -710,7 +711,7 @@ than @code{(/.../)}. ...@@ -710,7 +711,7 @@ than @code{(/.../)}.
@item @item
@cindex @code{ENUM} statement @cindex @code{ENUM} statement
@cindex @code{ENUMERATOR} statement @cindex @code{ENUMERATOR} statement
@cindex @code{-fshort-enums} option @opindex @code{fshort-enums}
Support for the declaration of enumeration constants via the Support for the declaration of enumeration constants via the
@code{ENUM} and @code{ENUMERATOR} statements. Interoperability with @code{ENUM} and @code{ENUMERATOR} statements. Interoperability with
@command{gcc} is guaranteed also for the case where the @command{gcc} is guaranteed also for the case where the
...@@ -1577,12 +1578,20 @@ Environment variable forcing standard output to be line buffered (unix). ...@@ -1577,12 +1578,20 @@ Environment variable forcing standard output to be line buffered (unix).
@include funding.texi @include funding.texi
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@c Index @c Indices
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@node Index @node Option Index
@unnumbered Index @unnumbered Index of command line options
@command{gfortran}'s command line options are indexed here without any
initial `-' or `--'. Where an option has both positive and negative forms
(such as -foption and -fno-option), relevant entries in the manual are
indexed under the most appropriate form; it may sometimes be useful to
look up both forms.
@printindex op
@node Keyword Index
@unnumbered Index of concepts
@printindex cp @printindex cp
@bye @bye
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment