aboutsummaryrefslogtreecommitdiffstats
path: root/man3/frexp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/frexp.3')
-rw-r--r--man3/frexp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/frexp.3 b/man3/frexp.3
index 7b318f2d75..72a2730db7 100644
--- a/man3/frexp.3
+++ b/man3/frexp.3
@@ -78,7 +78,7 @@ main(int argc, char *argv[])
r = frexp(x, &exp);
printf("frexp(%g, &e) = %g: %g * %d^%d = %g\\n",
- x, r, r, FLT_RADIX, exp, x);
+ x, r, r, FLT_RADIX, exp, x);
exit(EXIT_SUCCESS);
} /* main */
.fi