summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/csh/csh.16
-rw-r--r--bin/ksh/ksh.126
-rw-r--r--bin/ksh/ksh.1tbl26
-rw-r--r--bin/ksh/sh.114
-rw-r--r--bin/ksh/sh.1tbl14
-rw-r--r--bin/ln/symlink.716
-rw-r--r--bin/pax/pax.14
7 files changed, 53 insertions, 53 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index a4b1c7d9f47..0d74cb99714 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.27 1999/05/30 17:44:55 aaron Exp $
+.\" $OpenBSD: csh.1,v 1.28 1999/06/03 09:50:31 aaron Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -708,7 +708,7 @@ the above. It can be used together with
.Ql g
to apply a substitution globally.
.It p
-Print the new command-line but do not execute it.
+Print the new command line but do not execute it.
.It q
Quote the substituted words, preventing further substitutions.
.It x
@@ -826,7 +826,7 @@ and modified by the
and
.Ic unalias
commands.
-After a command-line is scanned, it is parsed into distinct commands and
+After a command line is scanned, it is parsed into distinct commands and
the first word of each command, left-to-right, is checked to see if it
has an alias.
If it does, then the text that is the alias for that command is reread
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 9e12b7e4820..4e37651c1c6 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.18 1999/05/30 17:44:56 aaron Exp $
+.\" $OpenBSD: ksh.1,v 1.19 1999/06/03 09:50:31 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1256,7 +1256,7 @@ commands to format information columns.
.It Ev EDITOR
If the
.Ev VISUAL
-parameter is not set, this parameter controls the command line editing mode for
+parameter is not set, this parameter controls the command-line editing mode for
interactive shells. See
.Ev VISUAL
parameter below for how this works.
@@ -1402,7 +1402,7 @@ can be put in the prompt by placing
.Ql !!
in
.Ev PS1 .
-Note that since the command line editors try to figure out how long the prompt
+Note that since the command-line editors try to figure out how long the prompt
is (so they know how far it is to the edge of the screen), escape codes in
the prompt tend to mess things up. You can tell the shell not to count cetain
sequences (such as escape codes) by prefixing your prompt with a non-printing
@@ -1465,7 +1465,7 @@ set, or does not contain the absolute path of a writable directory, temporary
files are created in
.Pa /tmp .
.It Ev VISUAL
-If set, this parameter controls the command line editing mode for interactive
+If set, this parameter controls the command-line editing mode for interactive
shells. If the last component of the path specified in this parameter contains
the string
.Dq vi ,
@@ -2316,7 +2316,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
@@ -2379,7 +2379,7 @@ differently from the
.Tn 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:
@@ -3078,11 +3078,11 @@ Background jobs are run with lower priority.
.It Ic braceexapnd
Enable brace expansion (a.k.a., alternation).
.It Ic emacs
-Enable BRL emacs-like command line editing (interactive shells only); see
+Enable BRL emacs-like command-line editing (interactive shells only); see
.Sx Emacs interactive input line editing
below.
.It Ic gmacs
-Enable gmacs-like command line editing (interactive shells only). Currently
+Enable gmacs-like command-line editing (interactive shells only). Currently
identical to emacs editing except that transpose (^T) acts slightly
differently.
.It Ic ignoreeof
@@ -3133,17 +3133,17 @@ 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
@@ -3151,7 +3151,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
@@ -4187,7 +4187,7 @@ Immediately after a
replaces the inserted text string with the next previously killed text string.
.El
.Ss Vi interactive input line editing
-The vi command line editor in ksh has basically the same commands as the vi
+The vi command-line editor in ksh has basically the same commands as the vi
editor (see
.Xr vi 1 ) ,
with the following exceptions:
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 47a15a0b446..6ef878c51c2 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.18 1999/05/30 17:44:56 aaron Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.19 1999/06/03 09:50:31 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1256,7 +1256,7 @@ commands to format information columns.
.It Ev EDITOR
If the
.Ev VISUAL
-parameter is not set, this parameter controls the command line editing mode for
+parameter is not set, this parameter controls the command-line editing mode for
interactive shells. See
.Ev VISUAL
parameter below for how this works.
@@ -1402,7 +1402,7 @@ can be put in the prompt by placing
.Ql !!
in
.Ev PS1 .
-Note that since the command line editors try to figure out how long the prompt
+Note that since the command-line editors try to figure out how long the prompt
is (so they know how far it is to the edge of the screen), escape codes in
the prompt tend to mess things up. You can tell the shell not to count cetain
sequences (such as escape codes) by prefixing your prompt with a non-printing
@@ -1465,7 +1465,7 @@ set, or does not contain the absolute path of a writable directory, temporary
files are created in
.Pa /tmp .
.It Ev VISUAL
-If set, this parameter controls the command line editing mode for interactive
+If set, this parameter controls the command-line editing mode for interactive
shells. If the last component of the path specified in this parameter contains
the string
.Dq vi ,
@@ -2316,7 +2316,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
@@ -2379,7 +2379,7 @@ differently from the
.Tn 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:
@@ -3078,11 +3078,11 @@ Background jobs are run with lower priority.
.It Ic braceexapnd
Enable brace expansion (a.k.a., alternation).
.It Ic emacs
-Enable BRL emacs-like command line editing (interactive shells only); see
+Enable BRL emacs-like command-line editing (interactive shells only); see
.Sx Emacs interactive input line editing
below.
.It Ic gmacs
-Enable gmacs-like command line editing (interactive shells only). Currently
+Enable gmacs-like command-line editing (interactive shells only). Currently
identical to emacs editing except that transpose (^T) acts slightly
differently.
.It Ic ignoreeof
@@ -3133,17 +3133,17 @@ 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
@@ -3151,7 +3151,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
@@ -4187,7 +4187,7 @@ Immediately after a
replaces the inserted text string with the next previously killed text string.
.El
.Ss Vi interactive input line editing
-The vi command line editor in ksh has basically the same commands as the vi
+The vi command-line editor in ksh has basically the same commands as the vi
editor (see
.Xr vi 1 ) ,
with the following exceptions:
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
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index ec899910111..c0f5b8efae9 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.11 1999/05/30 17:44:56 aaron Exp $
+.\" $OpenBSD: sh.1tbl,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
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index aac0b27274b..1bc58ffb987 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: symlink.7,v 1.5 1997/01/26 23:34:54 downsj Exp $
+.\" $OpenBSD: symlink.7,v 1.6 1999/06/03 09:50:33 aaron Exp $
.\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -87,7 +87,7 @@ They are as follows:
.It
Symbolic links used as file name arguments for system calls.
.It
-Symbolic links specified as command line arguments to utilities that
+Symbolic links specified as command-line arguments to utilities that
are not traversing a file tree.
.It
Symbolic links encountered by utilities that are traversing a file tree
@@ -133,11 +133,11 @@ system call was added later when the limitations of the new
.Xr chown 2
became apparent.
.Ss Commands not traversing a file tree.
-The second area is symbolic links, specified as command line file
+The second area is symbolic links, specified as command-line file
name arguments, to commands which are not traversing a file tree.
.Pp
-Except as noted below, commands follow symbolic links named as command
-line arguments.
+Except as noted below, commands follow symbolic links named as
+command-line arguments.
For example, if there were a symbolic link
.Dq Li slink
which pointed to a file named
@@ -148,7 +148,7 @@ would display the contents of the file
.Dq Li afile .
.Pp
It is important to realize that this rule includes commands which may
-optionally traverse file trees, e.g. the command
+optionally traverse file trees, e.g., the command
.Dq Li "chown file"
is included in this rule, while the command
.Dq Li "chown -R file"
@@ -239,7 +239,7 @@ and
.Pp
It is important to realize that the following rules apply equally to
symbolic links encountered during the file tree traversal and symbolic
-links listed as command line arguments.
+links listed as command-line arguments.
.Pp
The first rule applies to symbolic links that reference files that are
not of type directory.
@@ -288,7 +288,7 @@ of the type of file they reference, by specifying the
(for
.Dq half\-logical )
flag.
-This flag is intended to make the command line name space look
+This flag is intended to make the command-line name space look
like the logical name space.
(Note, for commands that do not always do file tree traversals, the
.Fl H
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index bd7d19df95e..fb5b8480f20 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pax.1,v 1.12 1999/05/23 14:10:48 aaron Exp $
+.\" $OpenBSD: pax.1,v 1.13 1999/06/03 09:50:33 aaron Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@@ -837,7 +837,7 @@ Multiple
.Fl G
options may be supplied and checking stops with the first match.
.It Fl H
-Follow only command line symbolic links while performing a physical file
+Follow only command-line symbolic links while performing a physical file
system traversal.
.It Fl L
Follow all symbolic links to perform a logical file system traversal.