diff options
author | Steven G. Kargl <kargls@comcast.net> | 2005-03-25 20:23:05 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2005-03-25 20:23:05 +0000 |
commit | 7b4047a0de197032655bdb45aba1d948614514a3 (patch) | |
tree | 3e25169d81c396f7e7b66600f1124ae39e39a88c /gcc/fortran | |
parent | 90faeb2812dd06581e64a06d62e59c5ea084d926 (diff) | |
download | gcc-7b4047a0de197032655bdb45aba1d948614514a3.zip gcc-7b4047a0de197032655bdb45aba1d948614514a3.tar.gz gcc-7b4047a0de197032655bdb45aba1d948614514a3.tar.bz2 |
Fix "make dvi"
From-SVN: r97065
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 27 |
2 files changed, 19 insertions, 14 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 2018a4a..5999fb6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,4 +1,8 @@ -2005-03-34 Steven G. Kargl <kargls@comcast.net> +2005-03-25 Steven G. Kargl <kargls@comcast.net> + + * intrinsic.texi: Fix "make dvi" + +2005-03-24 Steven G. Kargl <kargls@comcast.net> * intrinsic.texi: New file. * gfortran.texi: Include it; white space change; fix typo. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index c40cfed..9f269c5 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -24,7 +24,6 @@ Some basic guidelines for editing this document: @end ignore - @node Intrinsic Procedures @chapter Intrinsic Procedures @cindex Intrinsic Procedures @@ -34,12 +33,12 @@ and editing. All contributions and corrections are strongly encouraged. @menu * Introduction: Introduction -* @code{ABORT}: @code{ABORT}, Abort the program -* @code{ABS}: @code{ABS}, Absolute value -* @code{ACHAR}: @code{ACHAR}, Character in @acronym{ASCII} collating sequence -* @code{ACOS}: @code{ACOS}, Arccosine function -* @code{ADJUSTL}: @code{ADJUSTL}, Left adjust a string -* @code{ADJUSTR}: @code{ADJUSTR}, Right adjust a string +* @code{ABORT}: ABORT, Abort the program +* @code{ABS}: ABS, Absolute value +* @code{ACHAR}: ACHAR, Character in @acronym{ASCII} collating sequence +* @code{ACOS}: ACOS, Arccosine function +* @code{ADJUSTL}: ADJUSTL, Left adjust a string +* @code{ADJUSTR}: ADJUSTR, Right adjust a string @end menu @node Introduction @@ -83,7 +82,7 @@ the applicable option(s) is noted. -@node @code{ABORT} +@node ABORT @section @code{ABORT} --- Abort the program @findex @code{ABORT} @cindex abort @@ -117,7 +116,7 @@ end program test_abort -@node @code{ABS} +@node ABS @section @code{ABS} --- Absolute value @findex @code{ABS} intrinsic @findex @code{CABS} intrinsic @@ -176,7 +175,7 @@ end program test_abort -@node @code{ACHAR} +@node ACHAR @section @code{ACHAR} --- Character in @acronym{ASCII} collating sequence @findex @code{ACHAR} intrinsic @cindex @acronym{ASCII} collating sequence @@ -215,7 +214,7 @@ end program test_abort -@node @code{ACOS} +@node ACOS @section @code{ACOS} --- Arccosine function @findex @code{ACOS} intrinsic @findex @code{DACOS} intrinsic @@ -258,7 +257,9 @@ end program test_acos @end multitable @end table -@node @code{ADJUSTL} + + +@node ADJUSTL @section @code{ADJUSTL} --- Left adjust a string @findex @code{ADJUSTL} intrinsic @cindex adjust string @@ -298,7 +299,7 @@ end program test_adjustl @end table -@node @code{ADJUSTR} +@node ADJUSTR @section @code{ADJUSTR} --- Right adjust a string @findex @code{ADJUSTR} intrinsic @cindex adjust string |