Commit 7f4e7e0f by Brooks Moses Committed by Brooks Moses

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
parent 5ea41e3a
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment