summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-18 08:37:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-18 08:37:36 +0000
commite593bfefe1f74a56690c4a81504293548dbd5ed7 (patch)
treea241af628540f9b6fc8205507fe56e6d8169f002 /usr.bin
parent5247d0c8d38aab5edc52a76b8e83a20c766c8e51 (diff)
small typos;
ok miod@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ftp/ftp.14
-rw-r--r--usr.bin/printf/printf.14
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index fa852dea8ab..033c5925467 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp.1,v 1.36 2002/07/04 10:08:51 jakob Exp $
+.\" $OpenBSD: ftp.1,v 1.37 2003/03/18 08:37:35 jmc Exp $
.\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
@@ -818,7 +818,7 @@ to the current file and turn off prompt mode
had been given).
.El
.Pp
-Any other reponse will answer
+Any other response will answer
.Dq yes
to the current file.
.It Ic proxy Ar ftp-command
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