diff options
author | Dave Love <d.love@dl.ac.uk> | 1998-07-15 11:38:08 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-07-15 11:38:08 +0000 |
commit | a1d80b3eaaaf6623718e1605cee3f892107b73df (patch) | |
tree | 8ffc616f470a0b7b46cb56663cbb7ffd38229dc1 | |
parent | 57a159354a6f531f2a8d9632b3467969f3ca5931 (diff) | |
download | gcc-a1d80b3eaaaf6623718e1605cee3f892107b73df.zip gcc-a1d80b3eaaaf6623718e1605cee3f892107b73df.tar.gz gcc-a1d80b3eaaaf6623718e1605cee3f892107b73df.tar.bz2 |
intdoc.texi: Regenerated.
1998-07-15 Dave Love <d.love@dl.ac.uk>
* intdoc.texi: Regenerated.
From-SVN: r21191
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/intdoc.texi | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index eeeb95c..ccaac69 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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 diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index cb9b3aa..1da3811 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)}. |