OSDN Git Service

* intrinsic.texi (ACHAR): Added cross-references.
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jan 2007 02:46:59 +0000 (02:46 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jan 2007 02:46:59 +0000 (02:46 +0000)
(CHAR): Put cross-references in alphabetical order.
(IACHAR): Added cross-references.
(ICHAR): Added cross-references.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121049 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index f4cd7d1..5c602b6 100644 (file)
@@ -1,3 +1,10 @@
+2007-01-21  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * intrinsic.texi (ACHAR): Added cross-references.
+       (CHAR): Put cross-references in alphabetical order.
+       (IACHAR): Added cross-references.
+       (ICHAR): Added cross-references.
+
 2007-01-20  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * intrinsic.texi: Edited all "Syntax" examples to a consistent form.
 2007-01-20  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * intrinsic.texi: Edited all "Syntax" examples to a consistent form.
index 90f15c9..decb4dd 100644 (file)
@@ -479,6 +479,10 @@ program test_achar
   c = achar(32)
 end program test_achar
 @end smallexample
   c = achar(32)
 end program test_achar
 @end smallexample
+
+@item @emph{See also}:
+@ref{CHAR}, @ref{IACHAR}, @ref{ICHAR}
+
 @end table
 
 
 @end table
 
 
@@ -1854,7 +1858,7 @@ end program test_char
 @end smallexample
 
 @item @emph{See also}:
 @end smallexample
 
 @item @emph{See also}:
-@ref{ACHAR}, @ref{ICHAR}, @ref{IACHAR}
+@ref{ACHAR}, @ref{IACHAR}, @ref{ICHAR}
 
 @end table
 
 
 @end table
 
@@ -4569,7 +4573,7 @@ end program test_iachar
 @end smallexample
 
 @item @emph{See also}:
 @end smallexample
 
 @item @emph{See also}:
-@ref{CHAR},@ref{ICHAR}
+@ref{ACHAR}, @ref{CHAR}, @ref{ICHAR}
 
 @end table
 
 
 @end table
 
@@ -4830,8 +4834,14 @@ program read_val
   print *, value
 end program read_val
 @end smallexample
   print *, value
 end program read_val
 @end smallexample
+
+@item @emph{See also}:
+@ref{ACHAR}, @ref{CHAR}, @ref{IACHAR}
+
 @end table
 
 @end table
 
+
+
 @node IDATE
 @section @code{IDATE} --- Get current local time subroutine (day/month/year) 
 @cindex @code{IDATE} intrinsic
 @node IDATE
 @section @code{IDATE} --- Get current local time subroutine (day/month/year) 
 @cindex @code{IDATE} intrinsic