OSDN Git Service

1998-07-15 Dave Love <d.love@dl.ac.uk>
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jul 1998 11:38:08 +0000 (11:38 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Jul 1998 11:38:08 +0000 (11:38 +0000)
* intdoc.texi: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21191 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/intdoc.texi

index eeeb95c..ccaac69 100644 (file)
@@ -1,3 +1,7 @@
+1998-07-15  Dave Love  <d.love@dl.ac.uk>
+
+       * intdoc.texi: Regenerated.
+
 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
 
        * Make-lang.in (f77.rebuilt): Fix to depend on
index cb9b3aa..1da3811 100644 (file)
@@ -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)}.