Fixed spelling of remquof() in its prototype.
This commit is contained in:
parent
f964c6ecfb
commit
053d1689b1
@ -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 ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user