-.\" $OpenBSD: csh.1,v 1.63 2010/01/10 10:53:33 jmc Exp $
+.\" $OpenBSD: csh.1,v 1.64 2010/07/15 20:04:35 schwarze Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
-.Dd $Mdocdate: January 10 2010 $
+.Dd $Mdocdate: July 15 2010 $
.Dt CSH 1
.Os
.Sh NAME
.Ql \&; ,
.Ql < ,
.Ql > ,
-.Ql ( ,
+.Ql \&( ,
and
.Ql \&)
form separate words.
.Ql & .
.Pp
Any of the above may be placed in
-.Ql (
+.Ql \&(
.Ql \&)
to form a simple command (that
may be a component of a pipeline, for example).
tab, newline,
.Ql =
or
-.Ql ( .
+.Ql \&( .
(History substitutions also occur when an input line begins with
.Ql ^ .
This special abbreviation will be described later.)
If a word contains any of the characters
.Ql * ,
.Ql \&? ,
-.Ql [ ,
+.Ql \&[ ,
or
.Ql { ,
or begins with the character
.Ql * ,
.Ql \&? ,
and
-.Ql [
+.Ql \&[
imply pattern matching,
the characters
.Ql ~
.Ql | ,
.Ql < ,
.Ql > ,
-.Ql ( ,
+.Ql \&( ,
and
.Ql \&)
.Pc ,
.Ql |
then at least
this part of the expression must be placed within
-.Ql (
+.Ql \&(
.Ql \&) .
The third form assigns the value of
.Ar expr
-.\" $OpenBSD: ksh.1,v 1.135 2010/07/12 16:26:45 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.136 2010/07/15 20:04:35 schwarze Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: July 12 2010 $
+.Dd $Mdocdate: July 15 2010 $
.Dt KSH 1
.Os
.Sh NAME
.Ql \*(Gt ,
.Ql \*(Ba ,
.Ql \&; ,
-.Ql ( ,
+.Ql \&( ,
.Ql \&) ,
and
.Ql &
.Ql * ,
.Ql \&? ,
and
-.Ql [ .
+.Ql \&[ .
The first three of these are the above mentioned quoting characters (see
.Sx Quoting
below);
.Ql * ,
.Ql \&? ,
and
-.Ql [
+.Ql \&[
are used in file name generation (see
.Sx File name patterns
below).
.Ql }
are reserved words, not meta-characters.
.It Xo case Ar word No in
-.Oo Op (
+.Oo Op \&(
.Ar \ pattern
.Op \*(Ba Ar pattern
.No ... No )
.Ql \&; ,
.Ql | ,
.Ql & ,
-.Ql ( ,
+.Ql \&( ,
or
.Ql \&) ,
and does not contain a slash
-.\" $OpenBSD: sh.1,v 1.86 2010/07/12 16:26:45 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.87 2010/07/15 20:04:35 schwarze Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: July 12 2010 $
+.Dd $Mdocdate: July 15 2010 $
.Dt SH 1
.Os
.Sh NAME
.Ql \*(Gt ,
.Ql \*(Ba ,
.Ql \&; ,
-.Ql ( ,
+.Ql \&( ,
.Ql \&) ,
and
.Ql &
.Ql * ,
.Ql \&? ,
and
-.Ql [ .
+.Ql \&[ .
The first three of these are the above mentioned quoting characters (see
.Sx Quoting
below);
.Ql * ,
.Ql \&? ,
and
-.Ql [
+.Ql \&[
are used in file name generation (see
.Sx File name patterns
below).
.Ql }
are reserved words, not meta-characters.
.It Xo case Ar word No in
-.Oo Op (
+.Oo Op \&(
.Ar \ pattern
.Op \*(Ba Ar pattern
.No ... No )