diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-21 21:58:47 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-21 21:58:47 +0000 |
commit | d30def9201b6656b6b079a676bb041f66d23fdd9 (patch) | |
tree | 2dfd05bb48d72c1d60ce84be53e8374c395dad34 /bin/ksh/ksh.1 | |
parent | da58953db5b6ede3acf3adac4b606a193f16cefd (diff) |
"one" -> "one or more"
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 660c65b0e27..f3d1ff833e7 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.166 2015/11/09 22:01:51 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.167 2015/11/21 21:58:46 mmcc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: November 9 2015 $ +.Dd $Mdocdate: November 21 2015 $ .Dt KSH 1 .Os .Sh NAME @@ -1927,7 +1927,7 @@ etc. .Sm off .It ?( Ar pattern\*(Ba No ...\*(Ba Ar pattern ) .Sm on -Matches the empty string or a string that matches one of the specified +Matches the empty string or a string that matches one or more of the specified patterns. Example: The pattern .Ic ?(foo|bar) |