diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-04 08:58:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-04 08:58:11 +0000 |
commit | a641bbc2ff7f60e304c55c2966406daf04d2c3c7 (patch) | |
tree | 1ba45df0868d83045ce67ebc72dc9137034f0d56 /bin/csh/csh.1 | |
parent | 8cdf1684b0abda316c7352be3b1a6c5e96a0f24c (diff) |
precedence comment; netbsd
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 0f2b0f6bdd4..a5248e57b98 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.21 1998/12/16 17:47:05 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.22 1999/03/04 08:58:10 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -1301,7 +1301,9 @@ instead of just .Ss Expressions Several of the built-in commands (to be described later) take expressions, in which the operators are similar to those of C, with -the same precedence. +the same precedence, but with the +.Em opposite grouping: +right to left. These expressions appear in the .Ic @ , .Ic exit , |