diff options
author | 1998-07-24 20:50:02 +0000 | |
---|---|---|
committer | 1998-07-24 20:50:02 +0000 | |
commit | 00bafaa383c348e545fd7711343beabeee87fc6a (patch) | |
tree | 5dc6f436732446561ca3df2bc7236b41354392ab | |
parent | fix spelling of separate (diff) | |
download | wireguard-openbsd-00bafaa383c348e545fd7711343beabeee87fc6a.tar.xz wireguard-openbsd-00bafaa383c348e545fd7711343beabeee87fc6a.zip |
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. |