diff options
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. |