summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.114
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 2c5782e77db..f1367d84f75 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.11 1999/05/30 17:44:56 aaron Exp $
+.\" $OpenBSD: sh.1,v 1.12 1999/06/03 09:50:32 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1842,7 +1842,7 @@ argument to the
test may be left out and defaults to 1).
.El
.Ss Command execution
-After evaluation of command line arguments, redirections and parameter
+After evaluation of command-line arguments, redirections and parameter
assignments, the type of command is determined; a special built-in, a function,
a regular built-in, or the name of a file to execute found using the
.Ev PATH
@@ -1896,7 +1896,7 @@ Additional ksh regular commands
In the future, the additional ksh special and regular commands may be treated
differently from the POSIX special and regular commands.
.Pp
-Once the type of the command has been determined, any command line parameter
+Once the type of the command has been determined, any command-line parameter
assignments are performed and exported for the duration of the command.
.Pp
The following described the special and regular built-in commands:
@@ -2573,17 +2573,17 @@ Enable POSIX mode. See
.Sx POSIX mode
above.
.It Ic vi
-Enable vi-like command line editing (interactive shells only).
+Enable vi-like command-line editing (interactive shells only).
.It Ic viraw
No effect. In the original Korn shell, unless
.Ic viraw
-was set, the vi command line mode would let the tty driver do the work until
+was set, the vi command-line mode would let the tty driver do the work until
.Tn ESC
(^[) was entered.
.Nm pdksh
is always in viraw mode.
.It Ic vi-esccomplete
-In vi command line editing, do command and file name completion when escape
+In vi command-line editing, do command and file name completion when escape
(^[) is entered in command mode.
.It Ic vi-show8
Prefix characters with the eighth bit set with
@@ -2591,7 +2591,7 @@ Prefix characters with the eighth bit set with
If this option is not set, characters in the range 128-160 are printed as is,
which may cause problems.
.It Ic vi-tabcomplete
-In vi command line editing, do command and file name completion when tab (^I)
+In vi command-line editing, do command and file name completion when tab (^I)
is entered in insert mode.
.El
.Pp