Fixed too many of "the", and enclose multi-word argument in double quotes.
This commit is contained in:
parent
6b13dcc062
commit
113ed1bb1d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140174
@ -48,14 +48,13 @@
|
||||
.Fn floor "double x"
|
||||
.Ft float
|
||||
.Fn floorf "float x"
|
||||
.Ft long double
|
||||
.Ft "long double"
|
||||
.Fn floorl "long double x"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn floor ,
|
||||
the
|
||||
.Fn floorf
|
||||
and the
|
||||
and
|
||||
.Fn floorl
|
||||
functions return the largest integral value
|
||||
less than or equal to
|
||||
@ -77,7 +76,7 @@ function conforms to
|
||||
.St -isoC .
|
||||
The
|
||||
.Fn floorf
|
||||
and the
|
||||
and
|
||||
.Fn floorl
|
||||
functions conform to
|
||||
.St -isoC-99 .
|
||||
|
Loading…
Reference in New Issue
Block a user