remove accidental double space
authorderaadt <deraadt@openbsd.org>
Wed, 8 Nov 2023 11:17:20 +0000 (11:17 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 8 Nov 2023 11:17:20 +0000 (11:17 +0000)
usr.sbin/httpd/patterns.7

index 37cae7f..78ae6a9 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: patterns.7,v 1.7 2022/02/18 10:24:33 jsg Exp $
+.\"    $OpenBSD: patterns.7,v 1.8 2023/11/08 11:17:20 deraadt 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.7 2022/02/18 10:24:33 jsg Exp $
+.\" $Id: patterns.7,v 1.8 2023/11/08 11:17:20 deraadt Exp $
 .\"
-.Dd $Mdocdate: February 18 2022 $
+.Dd $Mdocdate: November 8 2023 $
 .Dt PATTERNS 7
 .Os
 .Sh NAME
@@ -148,7 +148,7 @@ In particular, the class
 may not be equivalent to
 .Sq %l .
 .Sh PATTERN ITEM
-A  pattern item can be
+A pattern item can be
 .Bl -bullet
 .It
 a single character class, which matches any single character in the class;