summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 05:02:59 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-20 05:02:59 +0000
commit873648f36fcb5a3ce4908a5e8d5fbf2604c7f900 (patch)
tree4e33f051d724cf0c6bdd281e0ed8b9fdc5488e1e /usr.bin
parentb32c32ddd3769b435a47367490d48e51459b05c5 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/chpass.14
-rw-r--r--usr.bin/dc/dc.14
-rw-r--r--usr.bin/grep/grep.14
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1
index 406a6c782f5..0fc3e2b6b4a 100644
--- a/usr.bin/chpass/chpass.1
+++ b/usr.bin/chpass/chpass.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chpass.1,v 1.31 2003/07/01 13:55:58 avsm Exp $
+.\" $OpenBSD: chpass.1,v 1.32 2003/10/20 05:02:58 jmc Exp $
.\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $
.\"
.\" Copyright (c) 1988, 1990, 1993
@@ -242,7 +242,7 @@ temporary copy of the user passwd information
The password file is currently locked by another process;
.Nm
will keep trying to lock the password file until it succeeds or
-the user hits the interupt character (control-C by default).
+the user hits the interrupt character (control-C by default).
If
.Nm
is interrupted while trying to gain the lock any changes made will be lost.
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1
index 60e0a4347b1..c1d637e2bbd 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.1,v 1.10 2003/10/19 18:39:13 otto Exp $
+.\" $OpenBSD: dc.1,v 1.11 2003/10/20 05:02:58 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -113,7 +113,7 @@ are the scales of the operands, and
is the scale defined by the
.Ic k
operation.
-For exponentation with a non-negative exponent, the scale of the result is
+For exponentiation with a non-negative exponent, the scale of the result is
.Sy min(a*b,max(scale,a)) ,
where
.Sy a
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index e3cf92a25fe..3b4deb5ca37 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: grep.1,v 1.19 2003/09/27 14:14:40 mcbride Exp $
+.\" $OpenBSD: grep.1,v 1.20 2003/10/20 05:02:58 jmc Exp $
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -122,7 +122,7 @@ to behave as
.It Fl H
If
.Fl R
-is specified, follow symbolic links only if they were explictly listed
+is specified, follow symbolic links only if they were explicitly listed
on the command line.
.It Fl I
Ignore binary files.