mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* intrinsic.texi: Backported typo fixes from trunk.
From-SVN: r122616
This commit is contained in:
committed by
Brooks Moses
parent
3f13dc0e28
commit
787c9dfa2b
@@ -1,3 +1,7 @@
|
||||
2007-03-06 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* intrinsic.texi: Backported typo fixes from trunk.
|
||||
|
||||
2007-03-06 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* intrinsic.texi: Limit column widths to a total of .85.
|
||||
|
||||
@@ -422,7 +422,7 @@ and @code{"x"} (executable), or @code{" "} to check for existence.
|
||||
|
||||
@item @emph{Return value}:
|
||||
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.
|
||||
|
||||
@item @emph{Example}:
|
||||
@@ -5904,7 +5904,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
|
||||
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.
|
||||
|
||||
@item @emph{Standard}:
|
||||
@@ -7554,7 +7554,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
|
||||
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.
|
||||
|
||||
@item @emph{Standard}:
|
||||
|
||||
Reference in New Issue
Block a user