diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-03-03 20:01:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-03-03 20:01:02 +0000 |
commit | 7e32d8837264f3c4f2103da7b0027e3dad040339 (patch) | |
tree | 0983193b780f264a45378129918c3fb7c1d28f2b /bin/ksh/ksh.1 | |
parent | 377d2887ff99ee8607be820565642c8b512fde48 (diff) |
Add POSIX character class support ([:alpha:] and friends) to ksh globbing.
OK deraadt@ krw@ jmc@ sobrado@
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 5193ae6691f..d7d53ee3cf6 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.125 2009/02/07 23:15:28 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.126 2009/03/03 20:01:01 millert Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: February 7 2009 $ +.Dd $Mdocdate: March 3 2009 $ .Dt KSH 1 .Os .Sh NAME @@ -1977,10 +1977,6 @@ If the option is set, any directories that result from file name generation are marked with a trailing .Ql / . -.Pp -The POSIX character classes (i.e.\& -.Pf [: Ns Ar class-name Ns :] -inside a [..] expression) are not yet implemented. .Ss Input/output redirection When a command is executed, its standard input, standard output, and standard error (file descriptors 0, 1, and 2, respectively) are normally inherited from @@ -5546,6 +5542,7 @@ Privileged shell profile. .Xr vi 1 , .Xr shells 5 , .Xr environ 7 , +.Xr re_format 7 , .Xr script 7 .Rs .%A Morris Bolsky |