Commit e0f0f526 by Craig Burley

update derived files

From-SVN: r26911
parent 8bb61fb9
...@@ -2709,14 +2709,14 @@ to one type for @var{X}. ...@@ -2709,14 +2709,14 @@ to one type for @var{X}.
@noindent @noindent
@example @example
CALL CTime(@var{Result}, @var{STime}) CALL CTime(@var{STime}, @var{Result})
@end example @end example
@noindent @noindent
@var{Result}: @code{CHARACTER}; scalar; INTENT(OUT). @var{STime}: @code{INTEGER}; scalar; INTENT(IN).
@noindent @noindent
@var{STime}: @code{INTEGER}; scalar; INTENT(IN). @var{Result}: @code{CHARACTER}; scalar; INTENT(OUT).
@noindent @noindent
Intrinsic groups: @code{unix}. Intrinsic groups: @code{unix}.
...@@ -4120,14 +4120,14 @@ to one type for @var{X}. ...@@ -4120,14 +4120,14 @@ to one type for @var{X}.
@noindent @noindent
@example @example
CALL DTime(@var{Result}, @var{TArray}) CALL DTime(@var{TArray}, @var{Result})
@end example @end example
@noindent @noindent
@var{Result}: @code{REAL(KIND=1)}; scalar; INTENT(OUT). @var{TArray}: @code{REAL(KIND=1)}; DIMENSION(2); INTENT(OUT).
@noindent @noindent
@var{TArray}: @code{REAL(KIND=1)}; DIMENSION(2); INTENT(OUT). @var{Result}: @code{REAL(KIND=1)}; scalar; INTENT(OUT).
@noindent @noindent
Intrinsic groups: @code{unix}. Intrinsic groups: @code{unix}.
...@@ -4294,14 +4294,14 @@ See @code{erfc(3m)}, which provides the implementation. ...@@ -4294,14 +4294,14 @@ See @code{erfc(3m)}, which provides the implementation.
@noindent @noindent
@example @example
CALL ETime(@var{Result}, @var{TArray}) CALL ETime(@var{TArray}, @var{Result})
@end example @end example
@noindent @noindent
@var{Result}: @code{REAL(KIND=1)}; scalar; INTENT(OUT). @var{TArray}: @code{REAL(KIND=1)}; DIMENSION(2); INTENT(OUT).
@noindent @noindent
@var{TArray}: @code{REAL(KIND=1)}; DIMENSION(2); INTENT(OUT). @var{Result}: @code{REAL(KIND=1)}; scalar; INTENT(OUT).
@noindent @noindent
Intrinsic groups: @code{unix}. Intrinsic groups: @code{unix}.
...@@ -10495,14 +10495,14 @@ external procedure. ...@@ -10495,14 +10495,14 @@ external procedure.
@noindent @noindent
@example @example
CALL TtyNam(@var{Name}, @var{Unit}) CALL TtyNam(@var{Unit}, @var{Name})
@end example @end example
@noindent @noindent
@var{Name}: @code{CHARACTER}; scalar; INTENT(OUT). @var{Unit}: @code{INTEGER}; scalar; INTENT(IN).
@noindent @noindent
@var{Unit}: @code{INTEGER}; scalar; INTENT(IN). @var{Name}: @code{CHARACTER}; scalar; INTENT(OUT).
@noindent @noindent
Intrinsic groups: @code{unix}. Intrinsic groups: @code{unix}.
...@@ -10511,7 +10511,7 @@ Intrinsic groups: @code{unix}. ...@@ -10511,7 +10511,7 @@ Intrinsic groups: @code{unix}.
Description: Description:
Sets @var{Name} to the name of the terminal device open on logical unit Sets @var{Name} to the name of the terminal device open on logical unit
@var{Unit} or a blank string if @var{Unit} is not connected to a @var{Unit} or to a blank string if @var{Unit} is not connected to a
terminal. terminal.
Some non-GNU implementations of Fortran provide this intrinsic as Some non-GNU implementations of Fortran provide this intrinsic as
......
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