diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-30 06:53:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-30 06:53:29 +0000 |
commit | 7c229f696f8a001a731418db9a17f75295cf8c84 (patch) | |
tree | 52eaffbc1abc7f4d2a302eceed048c51ac1fd462 /bin | |
parent | 89f2da17bfc4d20d78c91836c9eb07e21de04a80 (diff) |
modifiers apply to all things; msaitoh
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 55cc246838e..b07c05efd85 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.10 1998/05/29 15:34:38 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.11 1998/05/30 06:53:28 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -773,12 +773,13 @@ Equivalent to .It $* Equivalent to `$argv[*]'. +.El +.Pp The modifiers `:e', `:h', `:t', `:r', `:q' and `:x' may be applied to the substitutions above as may `:gh', `:gt' and `:gr'. If braces `{' '}' appear in the command form then the modifiers must appear within the braces. The current implementation allows only one `:' modifier on each `$' expansion. -.El .Pp The following substitutions may not be modified with `:' modifiers. .Bl -tag -width Ds -compact -offset indent |