diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-04-27 19:38:29 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-04-27 12:38:29 -0700 |
commit | 67948fd24a1f2f7bc6cb4a1f0dc00d1fa9d04dc5 (patch) | |
tree | 75ba5a49cf48c9cf65525a307dd5e1b82d569b8a | |
parent | 631ee856ced979abd01794a552f73dba239dc767 (diff) | |
download | gcc-67948fd24a1f2f7bc6cb4a1f0dc00d1fa9d04dc5.zip gcc-67948fd24a1f2f7bc6cb4a1f0dc00d1fa9d04dc5.tar.gz gcc-67948fd24a1f2f7bc6cb4a1f0dc00d1fa9d04dc5.tar.bz2 |
* gfortran.texi (Option Index): Add @samp as needed.
From-SVN: r124232
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a9693d4..792817c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2007-04-27 Brooks Moses <brooks.moses@codesourcery.com> + + * gfortran.texi (Option Index): Add @samp as needed. + 2007-04-27 Daniel Franke <franke.daniel@gmail.com> * gfortran.texi: Added node and menu entry for an option index. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 41e5f16..d57d63e 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1583,11 +1583,11 @@ Environment variable forcing standard output to be line buffered (unix). @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 |