Commit 8370304d by Ralf Wildenhues Committed by Brooks Moses

invoke.texi (Code Gen Options): Fix abbreviation typo.

2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* invoke.texi (Code Gen Options): Fix abbreviation typo.
	* intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.

From-SVN: r121359
parent 05f182f6
2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* invoke.texi (Code Gen Options): Fix abbreviation typo.
* intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.
2007-01-30 Steve Ellcey <sje@cup.hp.com> 2007-01-30 Steve Ellcey <sje@cup.hp.com>
PR fortran/30432 PR fortran/30432
......
...@@ -421,7 +421,7 @@ and @code{"x"} (executable), or @code{" "} to check for existence. ...@@ -421,7 +421,7 @@ and @code{"x"} (executable), or @code{" "} to check for existence.
@item @emph{Return value}: @item @emph{Return value}:
Returns a scalar @code{INTEGER}, which is @code{0} if the file is Returns a scalar @code{INTEGER}, which is @code{0} if the file is
accessable in the given mode; otherwise or if an invalid argument accessible in the given mode; otherwise or if an invalid argument
has been given for @code{MODE} the value @code{1} is returned. has been given for @code{MODE} the value @code{1} is returned.
@item @emph{Example}: @item @emph{Example}:
...@@ -5903,7 +5903,7 @@ bits shifted left by @var{SHIFT} places. If the absolute value of ...@@ -5903,7 +5903,7 @@ bits shifted left by @var{SHIFT} places. If the absolute value of
Bits shifted out from the left end are lost; zeros are shifted in from Bits shifted out from the left end are lost; zeros are shifted in from
the opposite end. the opposite end.
This function has been superceded by the @code{ISHFT} intrinsic, which This function has been superseded by the @code{ISHFT} intrinsic, which
is standard in Fortran 95 and later. is standard in Fortran 95 and later.
@item @emph{Standard}: @item @emph{Standard}:
...@@ -7553,7 +7553,7 @@ bits shifted right by @var{SHIFT} places. If the absolute value of ...@@ -7553,7 +7553,7 @@ bits shifted right by @var{SHIFT} places. If the absolute value of
Bits shifted out from the left end are lost; zeros are shifted in from Bits shifted out from the left end are lost; zeros are shifted in from
the opposite end. the opposite end.
This function has been superceded by the @code{ISHFT} intrinsic, which This function has been superseded by the @code{ISHFT} intrinsic, which
is standard in Fortran 95 and later. is standard in Fortran 95 and later.
@item @emph{Standard}: @item @emph{Standard}:
......
...@@ -838,7 +838,7 @@ and against the declared minimum and maximum values. It also ...@@ -838,7 +838,7 @@ and against the declared minimum and maximum values. It also
checks array indices for assumed and deferred checks array indices for assumed and deferred
shape arrays against the actual allocated bounds. shape arrays against the actual allocated bounds.
In the future this may also include other forms of checking, eg. checking In the future this may also include other forms of checking, e.g., checking
substring references. substring references.
@item -fmax-stack-var-size=@var{n} @item -fmax-stack-var-size=@var{n}
......
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