OSDN Git Service

Honor [sic] JCB technical writer preferences :-).
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Jul 1998 08:59:38 +0000 (08:59 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Jul 1998 08:59:38 +0000 (08:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21006 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/intdoc.in

index 1e6720a..ab552bf 100644 (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{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.
 ")