Add a space after the number in the Xr mandoc macro - quark - quark web server | |
git clone git://git.suckless.org/quark | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f2afbc4dd703e07b6204faa6d29f885482b18a3b | |
parent e299e186edba03192fc12f6709df48d02aa83849 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Mon, 18 Feb 2019 23:44:12 +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]> | |
Diffstat: | |
M quark.1 | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git 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 |