summaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-10-21 13:20:52 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-10-21 13:20:52 +0000
commit037c630a168e2dd796c6b34b17d366faf713cdb3 (patch)
tree1a9fd96a679ef41c79e6dc7b29956d82abf4dddc /usr.bin/printf/printf.1
parent751a0b8c53fe71f88c77521c103e87614be8173f (diff)
more EXIT STATUS bits; from Daniel Dickman
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r--usr.bin/printf/printf.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index ed00c3e0ac6..2e2ef455bb6 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.1,v 1.24 2010/09/03 11:09:29 jmc Exp $
+.\" $OpenBSD: printf.1,v 1.25 2010/10/21 13:20:51 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)printf.1 5.11 (Berkeley) 7/24/91
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: October 21 2010 $
.Dt PRINTF 1
.Os
.Sh NAME
@@ -349,9 +349,7 @@ In no case does a non-existent or small field width cause truncation of
a field; padding takes place only if the specified field width exceeds
the actual width.
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success or 1 on failure.
+.Ex -std printf
.Sh EXAMPLES
Convert a hexadecimal value to decimal and print it out:
.Pp