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 | |
parent | fb128d15e88c3f9860051be3dac03ba1c81a3f5d (diff) |
fix spelling of separate; aaron@ug.cs.dal.ca
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 1c31e9a512f..a4709b78fba 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.7 1998/06/25 19:02:03 millert Exp $ +.\" $OpenBSD: ksh.1,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. 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. 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. diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 7c48bcdfd36..6144f8f9ab2 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: sh.1tbl,v 1.5 1998/06/25 19:02:17 millert Exp $ +.\" $OpenBSD: sh.1tbl,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. |