This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, fortran, docs, committed] Misc. cleanup to 4.2 and trunk.


The following patch takes care of a few small bits of cleanup to the GFortran 4.2 documentation. Specifically, the changes to invoke.texi are backporting a couple of trivial things to resynchronize the file with the mainline version insofar as is appropriate.

The change to gfortran.texi has been applied to both 4.2 and trunk.

Tested with "make pdf" and "make info"; committed as obvious.

- Brooks
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 124230)
+++ ChangeLog	(working copy)
@@ -1,3 +1,9 @@
+2007-04-27  Brooks Moses  <brooks.moses@codesourcery.com>
+
+	* gfortran.texi (Option Index): Add @samp as needed.
+	* invoke.texi: Removed extraneous line.
+	(-fshort-enums): Fixed intexing.
+
 2007-04-27  Daniel Franke  <franke.daniel@gmail.com>
 
 	Backport from trunk:
Index: gfortran.texi
===================================================================
--- gfortran.texi	(revision 124230)
+++ gfortran.texi	(working copy)
@@ -1516,11 +1516,11 @@
 
 @node Option 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.
+@command{gfortran}'s command line options are indexed here without any
+initial @samp{-} or @samp{--}. 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
Index: invoke.texi
===================================================================
--- invoke.texi	(revision 124230)
+++ invoke.texi	(working copy)
@@ -490,7 +490,6 @@
 for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003}, and
 @option{-Wall}.
 
-
 @item -Wunderflow
 @opindex @code{Wunderflow}
 @cindex warnings, underflow
@@ -839,8 +838,7 @@
 is noncontiguous.
 
 @item -fshort-enums
-@cindex @code{-fshort-enums} option
-@cindex option, @code{-fshort-enums}
+@opindex @code{fshort-enums}
 This option is provided for interoperability with C code that was
 compiled with the @option{-fshort-enums} option.  It will make
 GNU Fortran choose the smallest @code{INTEGER} kind a given

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]