]> gcc.gnu.org Git - gcc.git/commitdiff
Update last change.
authorDave Love <fx@gcc.gnu.org>
Thu, 9 Jul 1998 14:15:13 +0000 (14:15 +0000)
committerDave Love <fx@gcc.gnu.org>
Thu, 9 Jul 1998 14:15:13 +0000 (14:15 +0000)
From-SVN: r21038

gcc/f/intdoc.in

index ab552bf4b88b48658163595c0127b29166f59001..d7a85a01befb81d7907da1ba5b27783dc65af45e 100644 (file)
@@ -2059,8 +2059,8 @@ Fills @var{@1@} with the system's host name returned by
 (@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.@: add @samp{-lsocket}
-to the @code{g77} arguments.
+``socket'' library if you call this routine, i.e.@: append
+@samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
 ")
 
 DEFDOC (HOSTNM_subr, "Get host name.", "\
@@ -2075,8 +2075,8 @@ 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.@: add @samp{-lsocket}
-to the @code{g77} arguments.
+``socket'' library if you call this routine, i.e.@: append
+@samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
 ")
 
 DEFDOC (FLUSH, "Flush buffered output.", "\
This page took 0.063501 seconds and 5 git commands to generate.