Commit 0cdb8ce9 by Dave Love

Update last change.

From-SVN: r21038
parent 0f5e5cc5
...@@ -2059,8 +2059,8 @@ Fills @var{@1@} with the system's host name returned by ...@@ -2059,8 +2059,8 @@ Fills @var{@1@} with the system's host name returned by
(@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 might 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.@: append
to the @code{g77} arguments. @samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
") ")
DEFDOC (HOSTNM_subr, "Get host name.", "\ DEFDOC (HOSTNM_subr, "Get host name.", "\
...@@ -2075,8 +2075,8 @@ only a function, not as a subroutine, or do not support the ...@@ -2075,8 +2075,8 @@ 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 might 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.@: append
to the @code{g77} arguments. @samp{-lg2c -lsocket -lm} to the @code{g77} arguments.
") ")
DEFDOC (FLUSH, "Flush buffered output.", "\ DEFDOC (FLUSH, "Flush buffered output.", "\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment