OSDN Git Service

Fix previous buggy checkin to invoke.texi.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 22:12:04 +0000 (22:12 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 22:12:04 +0000 (22:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99545 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/invoke.texi

index 5385bba..996556f 100644 (file)
@@ -537,8 +537,8 @@ store the return value.  Under the default GNU calling conventions, such
 functions simply return their results as they would in GNU
 C -- default @code{REAL} functions return the C type @code{float}, and
 @code{COMPLEX} functions return the GNU C type @code{complex}.
-Additionally, this option implies the @options{-fsecond-underscore}
-option, unless @options{-fno-second-underscore} is explicitly requested.
+Additionally, this option implies the @option{-fsecond-underscore}
+option, unless @option{-fno-second-underscore} is explicitly requested.
 
 This does not affect the generation of code that interfaces with
 the @command{libgfortran} library.