diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-20 07:41:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-20 07:41:18 +0000 |
commit | 744da44e8c8b7e68890648e77f54f4742d53e4cd (patch) | |
tree | 0fe0d0d4cb2f19c29971e9493c2fe3a0d900d024 /bin/ksh | |
parent | a8d7c69788c334b14d463ae7d62315f192665c1a (diff) |
according to ingo, it isn;t a problem to have empty [BDS]q macros, so
revert that part of yesterday's diffs;
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 14 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 0af57bf7aea..131f23cfec8 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.137 2010/09/18 19:25:05 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.138 2010/09/20 07:41:17 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 18 2010 $ +.Dd $Mdocdate: September 20 2010 $ .Dt KSH 1 .Os .Sh NAME @@ -951,7 +951,7 @@ and VAR is set to the substitution for $VAR results in four fields: .Sq A , .Sq B , -\(oq\(cq +.Sq (an empty field), and .Sq D . @@ -968,13 +968,13 @@ Using the previous example, the substitution for $VAR:E results in the fields: .Sq A , .Sq B , -\(oq\(cq, +.Sq , and .Sq D:E , not .Sq A , .Sq B , -\(oq\(cq, +.Sq , .Sq D , and .Sq E . @@ -1915,7 +1915,7 @@ specified patterns. Example: The pattern .Ic *(foo|bar) matches the strings -\(lq\(rq, +.Dq , .Dq foo , .Dq bar , .Dq foobarfoo , @@ -1940,7 +1940,7 @@ patterns. Example: The pattern .Ic ?(foo|bar) only matches the strings -\(lq\(rq, +.Dq , .Dq foo , and .Dq bar . diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index f446cb4978d..880863b30fb 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: sh.1,v 1.88 2010/09/18 19:25:05 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.89 2010/09/20 07:41:17 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 18 2010 $ +.Dd $Mdocdate: September 20 2010 $ .Dt SH 1 .Os .Sh NAME @@ -873,7 +873,7 @@ and VAR is set to the substitution for $VAR results in four fields: .Sq A , .Sq B , -\(oq\(cq +.Sq (an empty field), and .Sq D . @@ -890,13 +890,13 @@ Using the previous example, the substitution for $VAR:E results in the fields: .Sq A , .Sq B , -\(oq\(cq, +.Sq , and .Sq D:E , not .Sq A , .Sq B , -\(oq\(cq, +.Sq , .Sq D , and .Sq E . @@ -1519,7 +1519,7 @@ specified patterns. Example: The pattern .Ic *(foo|bar) matches the strings -\(lq\(rq, +.Dq , .Dq foo , .Dq bar , .Dq foobarfoo , @@ -1544,7 +1544,7 @@ patterns. Example: The pattern .Ic ?(foo|bar) only matches the strings -\(lq\(rq, +.Dq , .Dq foo , and .Dq bar . |