diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-08-11 13:05:30 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-08-11 13:05:30 +0000 |
| commit | 2b239dd1181e8f2509c457a873d6f26e27bcae86 (patch) | |
| tree | 359b8f6a3bb21f89fd8f77d83575d82b0f750df2 /lib/libc/stdio/printf.3 | |
| parent | 3dc4256892180daf207eaf36adad6f86e26ccc56 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 4ec4cadb650f..ca9aae2d9255 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -275,7 +275,7 @@ or the integral portion of a floating point conversion or .Cm F ) should be grouped and separated by thousands using -the non-monetary seperator returned by +the non-monetary separator returned by .Xr localeconv 3 . .El .It @@ -518,7 +518,7 @@ is equal to the precision specification. If the precision is missing, it is taken as enough to exactly represent the floating-point number; if the precision is explicitly zero, no hexadecimal-point character appears. -This is an exact coversion of the mantissa+exponent internal +This is an exact conversion of the mantissa+exponent internal floating point representation; the .Sm off .Oo \- Oc Li 0x Ar h Li \&. Ar hhh @@ -547,7 +547,7 @@ to represent the hex digits, and the letter .Ql P (rather than .Ql p ) -to seperate the mantissa and exponent. +to separate the mantissa and exponent. .It Cm C Treated as .Cm c |
