mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Improve some poor wording.
This commit is contained in:
parent
c119f6297f
commit
1702c53ed2
2 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm ceil
|
||||
.Nd smallest integral value not greater than x
|
||||
.Nd smallest integral value greather than or equal to x
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <math.h>
|
||||
.Ft double
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn ceil
|
||||
function computes the smallest integral value not less than
|
||||
function computes the smallest integral value greater than or equal to
|
||||
.Fa x .
|
||||
.Sh RETURN VALUES
|
||||
The
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
.Os
|
||||
.Sh NAME
|
||||
.Nm floor
|
||||
.Nd largest integral value not greater than x
|
||||
.Nd largest integral value less than or equal to x
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <math.h>
|
||||
.Ft double
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn floor
|
||||
function computes the largest integral value not greater than
|
||||
function computes the largest integral value less than or equal to
|
||||
.Fa x .
|
||||
.Sh RETURN VALUES
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue