summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/ecvt.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-10 06:48:30 +0000
committerjmc <jmc@openbsd.org>2003-05-10 06:48:30 +0000
commit07619a86add332e3ffeb9ab63f92516f2c657529 (patch)
tree325d81ccabf2b6029f39fe8c5eeeedf387a02847 /lib/libc/stdlib/ecvt.3
parenttypos; (diff)
downloadwireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.tar.xz
wireguard-openbsd-07619a86add332e3ffeb9ab63f92516f2c657529.zip
typos;
Diffstat (limited to 'lib/libc/stdlib/ecvt.3')
-rw-r--r--lib/libc/stdlib/ecvt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/ecvt.3 b/lib/libc/stdlib/ecvt.3
index 1ff9a4f61b4..64559ec09ea 100644
--- a/lib/libc/stdlib/ecvt.3
+++ b/lib/libc/stdlib/ecvt.3
@@ -117,7 +117,7 @@ significant digits similar to the %f
.Xr printf 3
format specifier where possible.
If
-.Fa ndigit
+.Fa ndigit
does allow sufficient precision, the result is stored in
exponential notation similar to the %e
.Xr printf 3