intrinsic.texi (ACHAR): Added cross-references.

* intrinsic.texi (ACHAR): Added cross-references.
	(CHAR): Put cross-references in alphabetical order.
	(IACHAR): Added cross-references.
	(ICHAR): Added cross-references.

From-SVN: r121049
This commit is contained in:
Brooks Moses 2007-01-22 02:46:59 +00:00 committed by Brooks Moses
parent 5ea41e3aa9
commit 7f4e7e0fb8
2 changed files with 19 additions and 2 deletions

View 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.

View File

@ -479,6 +479,10 @@ program test_achar
c = achar(32)
end program test_achar
@end smallexample
@item @emph{See also}:
@ref{CHAR}, @ref{IACHAR}, @ref{ICHAR}
@end table
@ -1854,7 +1858,7 @@ end program test_char
@end smallexample
@item @emph{See also}:
@ref{ACHAR}, @ref{ICHAR}, @ref{IACHAR}
@ref{ACHAR}, @ref{IACHAR}, @ref{ICHAR}
@end table
@ -4569,7 +4573,7 @@ end program test_iachar
@end smallexample
@item @emph{See also}:
@ref{CHAR},@ref{ICHAR}
@ref{ACHAR}, @ref{CHAR}, @ref{ICHAR}
@end table
@ -4830,8 +4834,14 @@ program read_val
print *, value
end program read_val
@end smallexample
@item @emph{See also}:
@ref{ACHAR}, @ref{CHAR}, @ref{IACHAR}
@end table
@node IDATE
@section @code{IDATE} --- Get current local time subroutine (day/month/year)
@cindex @code{IDATE} intrinsic