diff options
author | 2003-03-18 08:37:34 +0000 | |
---|---|---|
committer | 2003-03-18 08:37:34 +0000 | |
commit | cf38d463e7c473c9e3ee16e23627e7c2b39eae4b (patch) | |
tree | b7ad222ae97099b958b2f17e87680da5a3d242bc /usr.bin/printf/printf.1 | |
parent | Restore bootable tape functionality. Previous loadfile() would never use (diff) | |
download | wireguard-openbsd-cf38d463e7c473c9e3ee16e23627e7c2b39eae4b.tar.xz wireguard-openbsd-cf38d463e7c473c9e3ee16e23627e7c2b39eae4b.zip |
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 |