summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1tbl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-24 20:50:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-24 20:50:05 +0000
commitfefef4839a5c3fbee270fbce86a05c01843fa984 (patch)
tree6578cf5bcc684f19030cdfd7f514583ca8424259 /bin/ksh/ksh.1tbl
parentfb128d15e88c3f9860051be3dac03ba1c81a3f5d (diff)
fix spelling of separate; aaron@ug.cs.dal.ca
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r--bin/ksh/ksh.1tbl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 532b0dff8a0..48fd8d2204c 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: ksh.1tbl,v 1.7 1998/06/25 19:02:03 millert Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.8 1998/07/24 20:50:02 deraadt Exp $
.\"{{{}}}
.\"{{{ Notes about man page
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -1220,7 +1220,7 @@ original value of the parameter.
.IP "\fB++\fP"
similar to \fB++\fP, except the paramter is decremented by 1.
.IP "\fB,\fP"
-seperates two arithmetic expressions; the left hand side is evaluated first,
+separates two arithmetic expressions; the left hand side is evaluated first,
then the right. The result is value of the expression on the right hand side.
.IP "\fB=\fP"
assignment; variable on the left is set to the value on the right.