Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Almeida
glibc
Commits
8f459cd7
Commit
8f459cd7
authored
30 years ago
by
Roland McGrath
Browse files
Options
Downloads
Patches
Plain Diff
Reformat paragraph to avoid overfull hbox.
parent
6ce3eb81
No related branches found
Tags
cvs/mib-28oct94
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manual/arith.texi
+1
-1
1 addition, 1 deletion
manual/arith.texi
manual/terminal.texi
+1
-1
1 addition, 1 deletion
manual/terminal.texi
with
2 additions
and
2 deletions
manual/arith.texi
+
1
−
1
View file @
8f459cd7
...
...
@@ -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}.
...
...
This diff is collapsed.
Click to expand it.
manual/terminal.texi
+
1
−
1
View file @
8f459cd7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment