aboutsummaryrefslogtreecommitdiff
path: root/httpd/patterns.7
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/patterns.7')
-rw-r--r--httpd/patterns.78
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/patterns.7 b/httpd/patterns.7
index a01ede5..1ea3e41 100644
--- a/httpd/patterns.7
+++ b/httpd/patterns.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: patterns.7,v 1.5 2015/06/30 19:01:05 jmc Exp $
+.\" $OpenBSD: patterns.7,v 1.6 2017/06/10 13:31:45 schwarze Exp $
.\"
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
.\" Copyright (C) 1994-2015 Lua.org, PUC-Rio.
@@ -23,9 +23,9 @@
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
.\" Derived from section 6.4.1 in manual.html of Lua 5.3.1:
-.\" $Id: patterns.7,v 1.5 2015/06/30 19:01:05 jmc Exp $
+.\" $Id: patterns.7,v 1.6 2017/06/10 13:31:45 schwarze Exp $
.\"
-.Dd $Mdocdate: June 30 2015 $
+.Dd $Mdocdate: June 10 2017 $
.Dt PATTERNS 7
.Os
.Sh NAME
@@ -255,7 +255,7 @@ the part of the string matching
.Qq a*(.)%w(%s*)
is stored as the first capture (and therefore has number 1);
the character matching
-.So \. Sc
+.Qq \&.
is captured with number 2,
and the part matching
.Qq %s*