mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 01:53:46 +01:00
Fix up the NAME lines forthe ceil and floor man pages to be
less confusing. Reviewed by: bde Partially obtained from: NetBSD-bugs
This commit is contained in:
parent
c200bf2b82
commit
c119f6297f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17756
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
|
||||
.\" $Id: ceil.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
|
||||
.\" $Id: ceil.3,v 1.2 1995/03/01 05:05:41 jkh Exp $
|
||||
.\"
|
||||
.Dd March 10, 1994
|
||||
.Dt CEIL 3
|
||||
@ -38,7 +38,7 @@
|
||||
.Sh NAME
|
||||
.Nm ceil ,
|
||||
.Nm ceilf
|
||||
.Nd round to smallest integral value not greater than x
|
||||
.Nd round to smallest integral value >= x
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <math.h>
|
||||
.Ft double
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91
|
||||
.\" $Id: floor.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
|
||||
.\" $Id: floor.3,v 1.2 1995/03/01 05:06:02 jkh Exp $
|
||||
.\"
|
||||
.Dd March 10, 1994
|
||||
.Dt FLOOR 3
|
||||
@ -38,7 +38,7 @@
|
||||
.Sh NAME
|
||||
.Nm floor ,
|
||||
.Nm floorf
|
||||
.Nd round to largest integral value not greater than x
|
||||
.Nd round to largest integral value <= x
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <math.h>
|
||||
.Ft double
|
||||
|
Loading…
Reference in New Issue
Block a user