summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-09 21:46:24 +0000
committermpp <mpp@FreeBSD.org>1996-04-09 21:46:24 +0000
commita556b6b70fc38170a14ec3adbca286f99fe87987 (patch)
tree4c8fdd8fde20dbd36995ec953fd27faf84fac181 /usr.bin/printf
parent35b5c03864fbddefc1c97b618756450e0f35a51f (diff)
downloadFreeBSD-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')
-rw-r--r--usr.bin/printf/printf.12
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
OpenPOWER on IntegriCloud