diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-09 21:46:24 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-09 21:46:24 +0000 |
commit | a556b6b70fc38170a14ec3adbca286f99fe87987 (patch) | |
tree | 4c8fdd8fde20dbd36995ec953fd27faf84fac181 /usr.bin/printf/printf.1 | |
parent | 35b5c03864fbddefc1c97b618756450e0f35a51f (diff) | |
download | FreeBSD-src-a556b6b70fc38170a14ec3adbca286f99fe87987.zip FreeBSD-src-a556b6b70fc38170a14ec3adbca286f99fe87987.tar.gz |
Correctly match the format flags and their descriptions.
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 4954158..bdf9fa2 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -202,7 +202,7 @@ The format characters and their meanings are: .It Cm diouXx The .Ar argument -is printed as a signed decimal (d or i), unsigned decimal, unsigned octal, +is printed as a signed decimal (d or i), unsigned octal, unsigned decimal, or unsigned hexadecimal (X or x), respectively. .It Cm f The |