summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--manual/arith.texi2
-rw-r--r--manual/terminal.texi2
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