summaryrefslogtreecommitdiff
path: root/gcc/f/intdoc.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-01 09:13:22 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-01 09:13:22 +0000
commite21ccb79071fcd2914fbe23f67a83711702af3c8 (patch)
tree02e411b39902b571176f102c526ac5d00da1c083 /gcc/f/intdoc.in
parent2071bbc7085ffd060650f03b86e0dc934abc3ffb (diff)
downloadgcc-e21ccb79071fcd2914fbe23f67a83711702af3c8.tar.gz
* bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates from Craig. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22153 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/intdoc.in')
-rw-r--r--gcc/f/intdoc.in22
1 files changed, 12 insertions, 10 deletions
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index d7a85a01bef..62b93645b1e 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -2058,9 +2058,10 @@ Fills @var{@1@} with the system's host name returned by
@code{gethostname(2)}, returning 0 on success or a non-zero error code
(@code{ENOSYS} if the system does not provide @code{gethostname(2)}).
-On some systems (specifically SCO) it might be necessary to link the
-``socket'' library if you call this routine, i.e.@: append
-@samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
+On some systems (specifically SCO) it may be necessary to link the
+``socket'' library if you call this routine.
+Typically this means adding @samp{-lg2c -lsocket -lm}
+to the @code{g77} command line when linking the program.
")
DEFDOC (HOSTNM_subr, "Get host name.", "\
@@ -2074,9 +2075,10 @@ Some non-GNU implementations of Fortran provide this intrinsic as
only a function, not as a subroutine, or do not support the
(optional) @var{@2@} argument.
-On some systems (specifically SCO) it might be necessary to link the
-``socket'' library if you call this routine, i.e.@: append
-@samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
+On some systems (specifically SCO) it may be necessary to link the
+``socket'' library if you call this routine.
+Typically this means adding @samp{-lg2c -lsocket -lm}
+to the @code{g77} command line when linking the program.
")
DEFDOC (FLUSH, "Flush buffered output.", "\
@@ -2162,10 +2164,10 @@ Returns in
DEFDOC (FSEEK, "Position file (low-level).", "\
Attempts to move Fortran unit @var{@1@} to the specified
-@var{Offset}: absolute offset if @var{@2@}=0; relative to the
-current offset if @var{@2@}=1; relative to the end of the file if
-@var{@2@}=2.
-It branches to label @var{@3@} if @var{@1@} is
+@var{@2@}: absolute offset if @var{@3@}=0; relative to the
+current offset if @var{@3@}=1; relative to the end of the file if
+@var{@3@}=2.
+It branches to label @var{@4@} if @var{@1@} is
not open or if the call otherwise fails.
")