diff options
author | Roland McGrath <roland@gnu.org> | 1994-12-24 12:07:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-12-24 12:07:59 +0000 |
commit | 8f459cd73651cc5ea38d18b0654d3f7040f203c4 (patch) | |
tree | 665c0ebc3a345c9e9878c0be3e267a81a10d1aa3 | |
parent | 6ce3eb81a1d8dbb1ca4c01955dc205322806c4ac (diff) | |
download | glibc-8f459cd73651cc5ea38d18b0654d3f7040f203c4.tar.gz glibc-8f459cd73651cc5ea38d18b0654d3f7040f203c4.tar.xz glibc-8f459cd73651cc5ea38d18b0654d3f7040f203c4.zip |
Reformat paragraph to avoid overfull hbox. cvs/edition_0_06
-rw-r--r-- | manual/arith.texi | 2 | ||||
-rw-r--r-- | manual/terminal.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 33a284185c..a5d2814b1d 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -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}. diff --git a/manual/terminal.texi b/manual/terminal.texi index 0742851381..a9593ccfc5 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -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 |