Fix a typo in the cosl() prototype.

This commit is contained in:
das 2008-06-28 01:43:24 +00:00
parent 935cdf2ac6
commit 13a8e1c0b6

View File

@ -44,8 +44,8 @@
.Fn cos "double x"
.Ft float
.Fn cosf "float x"
.Fn long double
.Ft cosl "long double x"
.Ft long double
.Fn cosl "long double x"
.Sh DESCRIPTION
The
.Fn cos ,