Fix a typo in the cosl() prototype.

This commit is contained in:
David Schultz 2008-06-28 01:43:24 +00:00
parent e344c57bcb
commit 018b56d61f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180074

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 ,