From: Dave Love Date: Wed, 15 Jul 1998 11:32:32 +0000 (+0000) Subject: intdoc.texi: Regenerated. X-Git-Tag: prereleases/egcs-1.1-prerelease~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8eed0b21737e708166df925b07656ec975e4a6;p=thirdparty%2Fgcc.git intdoc.texi: Regenerated. 1998-07-15 Dave Love * intdoc.texi: Regenerated. From-SVN: r21189 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index eeeb95ce1f1d..ccaac6917245 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 cb9b3aa841f2..1da381111c20 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)}.