Fixed spelling of remquof() in its prototype.

This commit is contained in:
Bruce Evans 2005-10-30 12:34:58 +00:00
parent f964c6ecfb
commit 053d1689b1

View File

@ -52,7 +52,7 @@
.Ft double
.Fn remquo "double x" "double y" "int *quo"
.Ft float
.Fn remquo "float x" "float y" "int *quo"
.Fn remquof "float x" "float y" "int *quo"
.Sh DESCRIPTION
.Fn remainder ,
.Fn remainderf ,