diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-07-08 08:59:38 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-07-08 08:59:38 +0000 |
commit | 37785a19fde91819c6f441c49a7e56c5f1ae638c (patch) | |
tree | 2d106eff34685e44e98633d51b66f3590dc8a1f8 /gcc | |
parent | b98b49ac727f969a64be0dcd20d5493cdd325ac8 (diff) | |
download | gcc-37785a19fde91819c6f441c49a7e56c5f1ae638c.zip gcc-37785a19fde91819c6f441c49a7e56c5f1ae638c.tar.gz gcc-37785a19fde91819c6f441c49a7e56c5f1ae638c.tar.bz2 |
Honor [sic] JCB technical writer preferences :-).
From-SVN: r21006
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/intdoc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 1e6720a..ab552bf 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -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{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} +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. ") @@ -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 (optional) @var{@2@} 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} +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. ") |