diff options
author | ru <ru@FreeBSD.org> | 2004-06-30 20:09:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-06-30 20:09:10 +0000 |
commit | 95168a499a3eaa1d9616c865b50f9f0923cd5bb8 (patch) | |
tree | d1505c009dd121563a17a3785c90c2fa06761690 /lib/libc/stdio | |
parent | bc73e6133fb900335edafd2174804857b413bd95 (diff) | |
download | FreeBSD-src-95168a499a3eaa1d9616c865b50f9f0923cd5bb8.zip FreeBSD-src-95168a499a3eaa1d9616c865b50f9f0923cd5bb8.tar.gz |
Markup, grammar, and spelling fixes.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 55a60c3..4196ccc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -549,10 +549,9 @@ to represent the hex digits, and the letter to separate the mantissa and exponent. .Pp Note that there may be multiple valid ways to represent floating-point -numbers in this hexadecimal format. For example, -.Li 0x3.24p+0 -and -.Li 0x6.48p-1 +numbers in this hexadecimal format. +For example, +.Li 0x3.24p+0 , 0x6.48p-1 and .Li 0xc.9p-2 are all equivalent. |