summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.1
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-02-15 15:32:27 +0000
committerjtc <jtc@NetBSD.org>1995-02-15 15:32:27 +0000
commite9e6fca8b9f413094ebdb65634be8deec18d28a8 (patch)
tree95aacc37d29322563fab6a629784c8aa8dae940a /usr.bin/printf/printf.1
parentf838083b668f349b5056f33a7ed88f62bd0c6b51 (diff)
The descriptions of the o and u formatting options were reversed (PR #785).
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r--usr.bin/printf/printf.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 118006726dc..bbf20dbdf24 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91
-.\" $Id: printf.1,v 1.3 1993/11/05 20:12:38 jtc Exp $
+.\" $Id: printf.1,v 1.4 1995/02/15 15:32:27 jtc Exp $
.\"
.Dd November 5, 1993
.Dt PRINTF 1
@@ -203,7 +203,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