summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeinerer <feinerer@cvs.openbsd.org>2015-07-04 13:27:05 +0000
committerfeinerer <feinerer@cvs.openbsd.org>2015-07-04 13:27:05 +0000
commitfd29d43d35b13022369b8b21758a50862ba27f0d (patch)
treea6d44b21619d798dccac3c3f20debe37cf24ebf7
parent437bda0303514e7ccbea5f02a78944fb6ae38cfa (diff)
Use "alternation" consistently
ok jmc@
-rw-r--r--bin/ksh/ksh.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 08399418f93..6f066e78b30 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.159 2015/03/25 12:10:52 jca Exp $
+.\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: March 25 2015 $
+.Dd $Mdocdate: July 4 2015 $
.Dt KSH 1
.Os
.Sh NAME
@@ -298,7 +298,7 @@ and
.Ql }
delimit
.Xr csh 1 Ns -style
-alterations (see
+alternations (see
.Sx Brace expansion
below);
and finally,
@@ -1815,7 +1815,7 @@ The
.Ic alias -d
command may be used to list, change, and add to this cache (e.g.\&
.Ic alias -d fac=/usr/local/facilities; cd ~fac/bin ) .
-.Ss Brace expansion (alteration)
+.Ss Brace expansion (alternation)
Brace expressions take the following form:
.Bd -unfilled -offset indent
.Sm off