commit f2afbc4dd703e07b6204faa6d29f885482b18a3b
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Mon Feb 18 23:44:12 2019 +0100
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Mon Feb 18 23:44:12 2019 +0100

    Add a space after the number in the Xr mandoc macro
    
    Detected with the mandoc(1)-linter.
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/quark.1 b/quark.1
index 2d48842..d9a76d8 100644
--- a/quark.1
+++ b/quark.1
@@ -1,4 +1,4 @@
-.Dd 2018-03-05
+.Dd 2019-02-18
 .Dt QUARK 1
 .Os suckless.org
 .Sh NAME
@@ -102,7 +102,7 @@ where each element is separated with whitespace.
 A request matching the virtual host regular expression
 .Pa regex
 (see
-.Xr regex 3)
+.Xr regex 3 )
 is redirected to the canonical host
 .Pa chost ,
 if they differ, using the directory

Reply via email to