Fixed synopsis. Some float functions claimed to have the same name as
the double version.
This commit is contained in:
parent
9837ab3f80
commit
2d2781ff2c
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
|
||||
.\" $Id$
|
||||
.\" $Id: ceil.3,v 1.6 1997/02/22 15:09:26 peter Exp $
|
||||
.\"
|
||||
.Dd March 10, 1994
|
||||
.Dt CEIL 3
|
||||
@ -44,7 +44,7 @@
|
||||
.Ft double
|
||||
.Fn ceil "double x"
|
||||
.Ft float
|
||||
.Fn ceil "float x"
|
||||
.Fn ceilf "float x"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn ceil
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
|
||||
.\" $Id$
|
||||
.\" $Id: cos.3,v 1.5 1997/02/22 15:09:27 peter Exp $
|
||||
.\"
|
||||
.Dd May 2, 1991
|
||||
.Dt COS 3
|
||||
@ -44,7 +44,7 @@
|
||||
.Ft double
|
||||
.Fn cos "double x"
|
||||
.Ft float
|
||||
.Fn cos "float x"
|
||||
.Fn cosf "float x"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn cos
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
|
||||
.\" $Id$
|
||||
.\" $Id: cosh.3,v 1.5 1997/02/22 15:09:28 peter Exp $
|
||||
.\"
|
||||
.Dd May 2, 1991
|
||||
.Dt COSH 3
|
||||
@ -44,7 +44,7 @@
|
||||
.Ft double
|
||||
.Fn cosh "double x"
|
||||
.Ft float
|
||||
.Fn cosh "float x"
|
||||
.Fn coshf "float x"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn cosh
|
||||
|
Loading…
Reference in New Issue
Block a user