aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ,