diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-24 21:07:32 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-24 21:07:32 +0000 |
commit | 3bb8736a035231461532fc3569b67eb3f792bf89 (patch) | |
tree | 895ee102904245e43faf65e10d1d0628fd9f7006 /bin/ksh/ksh.1 | |
parent | 2346e1622511eb59de362af49255e70fc04a5804 (diff) |
Revert previous tweak, pending a more complete rewording. Discussed with
halex@, sthen@, jmc@.
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 b178ab53152..7225b951cb0 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.170 2015/11/22 01:29:57 mmcc Exp $ +.\" $OpenBSD: ksh.1,v 1.171 2015/11/24 21:07:31 mmcc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: November 22 2015 $ +.Dd $Mdocdate: November 24 2015 $ .Dt KSH 1 .Os .Sh NAME @@ -1930,7 +1930,7 @@ etc. .Sm off .It ?( Ar pattern\*(Ba No ...\*(Ba Ar pattern ) .Sm on -Matches the empty string or a string that matches one or more of the specified +Matches the empty string or a string that matches one of the specified patterns. Example: The pattern .Ic ?(foo|bar) |