mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-23 04:03:32 +01:00
Escape minus sign ("-") in manpages.
man will render - as a hyphen (U+2010) instead of as a minus sign (U+002D). Fix this by escaping the dash, using \-.
This commit is contained in:
committed by
Carlos R. Mafra
parent
eae99ee833
commit
3b289c4a8c
@@ -4,7 +4,7 @@
|
||||
getstyle \- vytvoří balík s aktuálním stylem Window Makera.
|
||||
.SH SYNTAXE
|
||||
.B getstyle
|
||||
[[-t|--theme-options] [-p|--pack] [soubor se stylem]]
|
||||
[[\-t|\-\-theme-options] [\-p|\-\-pack] [soubor se stylem]]
|
||||
.SH POPIS
|
||||
.B getstyle
|
||||
může buď vypsat konfigurační informace aktuálního stylu Window Makera do
|
||||
|
||||
Reference in New Issue
Block a user