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 | |
parent | 5247d0c8d38aab5edc52a76b8e83a20c766c8e51 (diff) |
small typos;
ok miod@
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 | ||||
-rw-r--r-- | usr.bin/printf/printf.1 | 4 | ||||
-rw-r--r-- | usr.sbin/ac/ac.8 | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 896abf2cc97..b2ae8cd04e5 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ac.8,v 1.10 2002/03/13 22:31:41 marc Exp $ +.\" $Id: ac.8,v 1.11 2003/03/18 08:37:34 jmc Exp $ .\" .Dd March 15, 1994 .Dt AC 8 @@ -156,7 +156,7 @@ from the specification provided by various systems' manual pages. .\" of a user being logged in when the .\" .Pa wtmp .\" file was rotated, in which case a login with ut_host of ":0.0" may -.\" appear without any preceeding console logins. +.\" appear without any preceding console logins. .\" If no one is logged in on the console, the user is deemed to have .\" logged in on at the earliest time stamp found in .\" .Pa wtmp . |