aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Jablonka <humm@ljabl.com>2024-07-23 20:14:51 +0200
committerA Frederick Christensen <fauxmight@noreply.codeberg.org>2024-07-23 23:32:15 +0000
commitf2c5023a3a6b9abd45c81e7547b111fb5ab119bf (patch)
tree3d825c5e0a7f1b87a4bff83f7b03ec40971815de
parent4bbbb4907ec3e239353aa6ba8685ab1aa4a5fea5 (diff)
downloaddwl-f2c5023a3a6b9abd45c81e7547b111fb5ab119bf.tar.gz
dwl(1): use correct special characters for - and '
The hyphen-minus <-> and apostrophe-quote <'> are interpreted by troff as hyphen and right single quotation mark. See groff_char(7). Fixes: 0db6f3c5b5f9 ("add dwl(1)")
-rw-r--r--dwl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.1 b/dwl.1
index 387bcc9..780c78f 100644
--- a/dwl.1
+++ b/dwl.1
@@ -140,7 +140,7 @@ server.
Start
.Nm
with s6 in the background:
-.Dl dwl -s 's6-svscan <&-'
+.Dl dwl \-s \(aqs6\-svscan <&\-\(aq
.Sh SEE ALSO
.Xr foot 1 ,
.Xr wmenu 1 ,