diff options
author | dg <dg@FreeBSD.org> | 1995-05-15 12:23:03 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-05-15 12:23:03 +0000 |
commit | ab5358efa756e4b7379dddf24f5c744c129fa7d5 (patch) | |
tree | 895a3af4b84ce5bff542544c20a1978b01bff677 /lib/libc | |
parent | 94d8622ac07d946c7a4b87d240cf95baada83158 (diff) | |
download | FreeBSD-src-ab5358efa756e4b7379dddf24f5c744c129fa7d5.zip FreeBSD-src-ab5358efa756e4b7379dddf24f5c744c129fa7d5.tar.gz |
Fixed typo.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 70f8b99..cf64e1e 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -422,7 +422,7 @@ are used for conversions; the letters .Cm ABCDEF are used for -.m X +.Cm X conversions. The precision, if any, gives the minimum number of digits that must appear; if the converted value requires fewer digits, it is padded on |