mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 03:06:30 +00:00
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:0db6f3c5b5
("add dwl(1)") (cherry picked from commitf2c5023a3a
)
This commit is contained in:
parent
ed74960373
commit
5bbb0ab404
1 changed files with 1 additions and 1 deletions
2
dwl.1
2
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 ,
|
||||
|
|
Loading…
Reference in a new issue