diff options
author | jmc <> | 2003-05-10 06:48:30 +0000 |
---|---|---|
committer | jmc <> | 2003-05-10 06:48:30 +0000 |
commit | a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c (patch) | |
tree | 22b80bac9235d6cfd7ecd40565621a27f24d5d70 /src/lib/libc/stdlib/ecvt.3 | |
parent | 82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (diff) | |
download | openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.gz openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.bz2 openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.zip |
typos;
Diffstat (limited to 'src/lib/libc/stdlib/ecvt.3')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index 1ff9a4f61b..64559ec09e 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 | |||
@@ -117,7 +117,7 @@ significant digits similar to the %f | |||
117 | .Xr printf 3 | 117 | .Xr printf 3 |
118 | format specifier where possible. | 118 | format specifier where possible. |
119 | If | 119 | If |
120 | .Fa ndigit | 120 | .Fa ndigit |
121 | does allow sufficient precision, the result is stored in | 121 | does allow sufficient precision, the result is stored in |
122 | exponential notation similar to the %e | 122 | exponential notation similar to the %e |
123 | .Xr printf 3 | 123 | .Xr printf 3 |