From a1d80b3eaaaf6623718e1605cee3f892107b73df Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 15 Jul 1998 11:38:08 +0000 Subject: [PATCH] intdoc.texi: Regenerated. 1998-07-15 Dave Love * intdoc.texi: Regenerated. From-SVN: r21191 --- gcc/f/ChangeLog | 4 ++++ gcc/f/intdoc.texi | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index eeeb95ce1f1..ccaac691724 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +1998-07-15 Dave Love + + * intdoc.texi: Regenerated. + Mon Jul 13 18:45:06 1998 Craig Burley * Make-lang.in (f77.rebuilt): Fix to depend on diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index cb9b3aa841f..1da381111c2 100644 --- a/gcc/f/intdoc.texi +++ b/gcc/f/intdoc.texi @@ -5454,9 +5454,9 @@ Some non-GNU implementations of Fortran provide this intrinsic as only a function, not as a subroutine, or do not support the (optional) @var{Status} argument. -On some systems (specifically SCO) it may be necessary to link the -`socket' library if you call this routine, i.e.@: add @samp{-lsocket} -to the @code{g77} arguments. +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. For information on other intrinsics with the same name: @xref{HostNm Intrinsic (function)}. @@ -5487,9 +5487,9 @@ Fills @var{Name} 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 may be necessary to link the -`socket' library if you call this routine, i.e.@: add @samp{-lsocket} -to the @code{g77} arguments. +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. For information on other intrinsics with the same name: @xref{HostNm Intrinsic (subroutine)}. -- 2.30.2