diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:37:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:37:36 +0000 |
commit | e593bfefe1f74a56690c4a81504293548dbd5ed7 (patch) | |
tree | a241af628540f9b6fc8205507fe56e6d8169f002 /usr.bin/printf/printf.1 | |
parent | 5247d0c8d38aab5edc52a76b8e83a20c766c8e51 (diff) |
small typos;
ok miod@
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 53012f0747c..ff21f11ff88 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.1,v 1.14 2002/11/14 02:57:28 deraadt Exp $ +.\" $OpenBSD: printf.1,v 1.15 2003/03/18 08:37:35 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -295,7 +295,7 @@ The .Nm utility exits 0 on success or 1 on failure. .Sh EXAMPLES -Convert a hexidecimal value to decimal and print it out: +Convert a hexadecimal value to decimal and print it out: .Pp .D1 Ic $ printf \&"%d\en\&" 0x20 .Pp |