nextafter.3: Make description more precise: s/next/largest/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2008-09-29 13:22:21 +02:00 committed by Michael Kerrisk
parent 166f4f1630
commit 11c87468b9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ If
.I y
is less than
.IR x ,
these functions will return the next representable number less than
these functions will return the largest representable number less than
.IR y .
If \fIx\fP equals \fIy\fP, the functions return \fIy\fP.