lrint.3: Reword to avoid clumsy use of "etc."

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-18 23:51:48 +13:00
parent 853a2abafe
commit 6f9ea7787e
1 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LRINT 3 2013-08-19 "" "Linux Programmer's Manual"
.TH LRINT 3 2014-01-18 "" "Linux Programmer's Manual"
.SH NAME
lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
.SH SYNOPSIS
@ -66,9 +66,10 @@ These functions round their argument to the nearest integer value,
using the current rounding direction (see
.BR fesetround (3)).
Note that unlike
.BR rint (3),
etc., the return type of these functions differs from
Note that unlike the
.BR rint (3)
family of functions,
the return type of these functions differs from
that of their arguments.
.SH RETURN VALUE
These functions return the rounded integer value.