diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-24 20:50:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-24 20:50:05 +0000 |
commit | fefef4839a5c3fbee270fbce86a05c01843fa984 (patch) | |
tree | 6578cf5bcc684f19030cdfd7f514583ca8424259 /bin/ksh/sh.1 | |
parent | fb128d15e88c3f9860051be3dac03ba1c81a3f5d (diff) |
fix spelling of separate; aaron@ug.cs.dal.ca
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 68c9213a103..9b743f6e2a6 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: sh.1,v 1.5 1998/06/25 19:02:17 millert Exp $ +.\" $OpenBSD: sh.1,v 1.6 1998/07/24 20:50:04 deraadt Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1014,7 +1014,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. |