aboutsummaryrefslogtreecommitdiffstats
path: root/man3/frexp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
commit7295b7eda04d4d80f032988cb15d22a3610f8780 (patch)
tree5e25f36c92af177438fdfbb131d9015b552236ff /man3/frexp.3
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
downloadman-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz
Replaced tabs with spaces
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