aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2005-10-30 12:34:58 +0000
committerBruce Evans <bde@FreeBSD.org>2005-10-30 12:34:58 +0000
commit053d1689b12d6470404e151104c622c8fdbc398e (patch)
tree51ba16459cdb43b5494867b6a0e287f1543cbfd9 /lib
parentf964c6ecfb5f50f74d63f39346d31090fc28d21b (diff)
downloadsrc-053d1689b12d6470404e151104c622c8fdbc398e.tar.gz
src-053d1689b12d6470404e151104c622c8fdbc398e.zip
Fixed spelling of remquof() in its prototype.
Notes
Notes: svn path=/head/; revision=151880
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/man/remainder.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/remainder.3 b/lib/msun/man/remainder.3
index 10ac4dedcf9e..574b71ff8132 100644
--- a/lib/msun/man/remainder.3
+++ b/lib/msun/man/remainder.3
@@ -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 ,