summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1tbl
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 02:49:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 02:49:26 +0000
commit80a3303ae694bbd5ac0e3a41797e78cb49a91fd9 (patch)
tree504f9f75c0c1b8cc1d65912cfb7e729f969a4c2e /bin/ksh/ksh.1tbl
parent3ffc01b6c1e044c6189d4651fcb3a5f801509521 (diff)
preceeding -> preceding
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 8d53b7f68bb..02d574a3832 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: ksh.1tbl,v 1.10 1998/09/07 16:44:32 aaron Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.11 1998/09/27 02:49:24 aaron Exp $
.\"{{{}}}
.\"{{{ Notes about man page
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -1359,7 +1359,7 @@ the \fB()\fP notation:
the \fB$0\fP parameter is set to the name of the function
(Bourne-style functions leave \fB$0\fP untouched).
.IP \ \ \(bu
-parameter assignments preceeding function calls are not kept in
+parameter assignments preceding function calls are not kept in
the shell environment
(executing Bourne-style functions will keep assignments).
.IP \ \ \(bu