Skip to content
Snippets Groups Projects
Commit 8f459cd7 authored by Roland McGrath's avatar Roland McGrath
Browse files

Reformat paragraph to avoid overfull hbox.

parent 6ce3eb81
No related branches found
Tags cvs/mib-28oct94
No related merge requests found
......@@ -302,7 +302,7 @@ returns @code{0.5} and stores @code{2.0} into @code{intpart}.
@deftypefun double fmod (double @var{numerator}, double @var{denominator})
This function computes the remainder from the division of
@var{numerator} by @var{denominator}. Specifically, the return value is
@w{@code{@var{numerator} - @var{n} * @var{denominator}}}, where @var{n}
@code{@var{numerator} - @w{@var{n} * @var{denominator}}}, where @var{n}
is the quotient of @var{numerator} divided by @var{denominator}, rounded
towards zero to an integer. Thus, @w{@code{fmod (6.5, 2.3)}} returns
@code{1.9}, which is @code{6.5} minus @code{4.6}.
......
......@@ -74,7 +74,7 @@ The @dfn{terminal input queue} is also sometimes referred to as its
from the terminal but not yet read by any process.
The size of the terminal's input queue is described by the
@w{@code{_POSIX_MAX_INPUT}} and @code{MAX_INPUT} parameters; see @ref{Limits
@code{MAX_INPUT} and @w{@code{_POSIX_MAX_INPUT}} parameters; see @ref{Limits
for Files}. You are guaranteed a queue size of at least
@code{MAX_INPUT}, but the queue might be larger, and might even
dynamically change size. If input flow control is enabled by setting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment