intdoc.texi: Regenerated.

1998-07-15  Dave Love  <d.love@dl.ac.uk>
	* intdoc.texi: Regenerated.

From-SVN: r21191
This commit is contained in:
Dave Love 1998-07-15 11:38:08 +00:00 committed by Dave Love
parent 57a159354a
commit a1d80b3eaa
2 changed files with 10 additions and 6 deletions

View 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

View 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)}.