This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[documentation, fortran, commited] typo fixes
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 6 Mar 2007 22:57:17 +0100
- Subject: [documentation, fortran, commited] typo fixes
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:mime-version:content-type:message-id; b=DneLrTXN6HBRYLxCM7qctbLm6sx/vXmYqcbC6IswIUrhLoe9HgeYbG7pVam/uVuj8SXn4xoOH8YyxldOGdI33A29IFP8Y88TT3qoWr21D1We4hEKWOa6GhgQgTyjfo/RxpGDClVdcXrfchqj64KCXsEgGm8jz93eGaK7QkRgRnw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:mime-version:content-type:message-id; b=tygbaMMbKZca01r6YDlH1Ue8gVd+ADKWlGWdCQUS2pLmfTuKJYrTfv7hTHdNPWwL9+VeLG1lp3PgONStUsHMeeUxAhIjHPxY/YUFV2ypYi3/TgaKB5bTzZtAnkLJQq/WVErCHeC73uNUdMBvIdpYPhJbHwEC7LRucnVL8Qhxvmw=
Committed as obvious to trunk and 4.2.
2007-03-06 Daniel Franke <franke.daniel@gmail.com>
PR documentation/30950
* intrinsic.texi (AND, CPU_TIME): Fix dummy argument names.
(FREE): Fix call syntax.
Tested info and dvi targets on i686-pc-linux-gnu.
Daniel
Index: intrinsic.texi
===================================================================
--- intrinsic.texi (revision 122639)
+++ intrinsic.texi (working copy)
@@ -949,12 +949,12 @@
Non-elemental function
@item @emph{Syntax}:
-@code{RESULT = AND(X, Y)}
+@code{RESULT = AND(I, J)}
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
-@item @var{X} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
-@item @var{Y} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
+@item @var{I} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
+@item @var{J} @tab The type shall be either @code{INTEGER(*)} or @code{LOGICAL}.
@end multitable
@item @emph{Return value}:
@@ -2297,11 +2297,11 @@
Subroutine
@item @emph{Syntax}:
-@code{CALL CPU_TIME(X)}
+@code{CALL CPU_TIME(TIME)}
@item @emph{Arguments}:
@multitable @columnfractions .15 .70
-@item @var{X} @tab The type shall be @code{REAL} with @code{INTENT(OUT)}.
+@item @var{TIME} @tab The type shall be @code{REAL} with @code{INTENT(OUT)}.
@end multitable
@item @emph{Return value}:
@@ -3837,7 +3837,7 @@
Subroutine
@item @emph{Syntax}:
-@code{FREE(PTR)}
+@code{CALL FREE(PTR)}
@item @emph{Arguments}:
@multitable @columnfractions .15 .70