diff options
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index b07c05efd85..bf0af01f93e 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.11 1998/05/30 06:53:28 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.12 1998/06/23 06:17:35 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -747,7 +747,7 @@ that value is returned (but modifiers and the other forms given below are not available here). .It $name Ns Op selector -.It ${name Ns [ selector ] } +.It ${name Ns [ selector ] Ns } May be used to select only some of the words from the value of .Ar name . The selector is subjected to `$' substitution and may consist of a single @@ -958,7 +958,7 @@ Several of the builtin commands (to be described later) take expressions, in which the operators are similar to those of C, with the same precedence. These expressions appear in the -.Nm @, +.Nm @ , .Ar exit , .Ar if , and @@ -1502,7 +1502,7 @@ changes to the new directory (ala .Ic cd ) and pushes the old current working directory (as in -.Ic csw ) +.Ic cwd ) onto the directory stack. With a numeric argument, .Ic pushd |