diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-28 06:09:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-05-28 06:09:07 +0000 |
commit | a301d4e009a86c296711533debe59208e8c75f2d (patch) | |
tree | 18a6eb850c2eeb98b06530cc579cd5f9087fc9d9 /bin | |
parent | 6323c93e4f002e87a421fdb65776937f8f321b3b (diff) |
fix missing bracket by slightly rewriting; from Alan R. S. Bueno
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 4bd6b642e7a..38cf6c11473 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.128 2009/03/06 12:28:36 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: March 6 2009 $ +.Dd $Mdocdate: May 28 2009 $ .Dt KSH 1 .Os .Sh NAME @@ -5151,16 +5151,16 @@ appended .Ql * if the word contains no file globbing characters) \- the big-word is replaced with the resulting words. -If the current big-word is the first on the line (or -follows one of the following characters: +If the current big-word is the first on the line +or follows one of the characters .Ql \&; , .Ql | , .Ql & , .Ql ( , or -.Ql \&) +.Ql \&) , and does not contain a slash -.Pq Sq / +.Pq Sq / , then command expansion is done; otherwise file name expansion is done. Command expansion will match the big-word against all aliases, functions, and built-in commands as well as any executable files found by searching the |