diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-11-08 11:17:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-11-08 11:17:21 +0000 |
commit | e5a71e64f44f24bcecfb6697941d3fb43a2de1eb (patch) | |
tree | a1f7f47224d079f88bb0d0afb36336d95d1150d3 /usr.sbin/httpd | |
parent | 402fed5eb167099a86e866aa36c24d8ba9aff119 (diff) |
remove accidental double space
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/patterns.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/httpd/patterns.7 b/usr.sbin/httpd/patterns.7 index 37cae7fd181..78ae6a97d98 100644 --- a/usr.sbin/httpd/patterns.7 +++ b/usr.sbin/httpd/patterns.7 @@ -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; |