Fix typo in erfl synopsis.
This commit is contained in:
parent
3f2a71f305
commit
f30e83597e
|
@ -26,9 +26,9 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)erf.3 6.4 (Berkeley) 4/20/91
|
||||
.\" $NetBSD: erf.3,v 1.13 2014/11/17 16:53:23 christos Exp $
|
||||
.\" $NetBSD: erf.3,v 1.14 2015/11/07 18:17:51 nros Exp $
|
||||
.\"
|
||||
.Dd November 17, 2014
|
||||
.Dd November 7, 2015
|
||||
.Dt ERF 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -48,7 +48,7 @@
|
|||
.Ft float
|
||||
.Fn erff "float x"
|
||||
.Ft long double
|
||||
.Fn erff "long double x"
|
||||
.Fn erfl "long double x"
|
||||
.Ft double
|
||||
.Fn erfc "double x"
|
||||
.Ft float
|
||||
|
|
Loading…
Reference in New Issue