Honor [sic] JCB technical writer preferences :-).

From-SVN: r21006
This commit is contained in:
Dave Love 1998-07-08 08:59:38 +00:00
parent b98b49ac72
commit 37785a19fd

View File

@ -2058,8 +2058,8 @@ Fills @var{@1@} with the system's host name returned by
@code{gethostname(2)}, returning 0 on success or a non-zero error code @code{gethostname(2)}, returning 0 on success or a non-zero error code
(@code{ENOSYS} if the system does not provide @code{gethostname(2)}). (@code{ENOSYS} if the system does not provide @code{gethostname(2)}).
On some systems (specifically SCO) it may be necessary to link the On some systems (specifically SCO) it might be necessary to link the
`socket' library if you call this routine, i.e.@: add @samp{-lsocket} ``socket'' library if you call this routine, i.e.@: add @samp{-lsocket}
to the @code{g77} arguments. to the @code{g77} arguments.
") ")
@ -2074,8 +2074,8 @@ Some non-GNU implementations of Fortran provide this intrinsic as
only a function, not as a subroutine, or do not support the only a function, not as a subroutine, or do not support the
(optional) @var{@2@} argument. (optional) @var{@2@} argument.
On some systems (specifically SCO) it may be necessary to link the On some systems (specifically SCO) it might be necessary to link the
`socket' library if you call this routine, i.e.@: add @samp{-lsocket} ``socket'' library if you call this routine, i.e.@: add @samp{-lsocket}
to the @code{g77} arguments. to the @code{g77} arguments.
") ")