mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-13 04:55:45 +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
@@ -5,7 +5,7 @@ getstyle \- dumps the current Window Maker style related configuration or
|
||||
creates a theme pack.
|
||||
.SH SYNOPSIS
|
||||
.B getstyle
|
||||
[[-t|--theme-options] [-p|--pack] [style file]]
|
||||
[[\-t|\-\-theme-options] [\-p|\-\-pack] [style file]]
|
||||
.SH DESCRIPTION
|
||||
.B getstyle
|
||||
can either dump the current Window Maker style related configuration
|
||||
|
||||
Reference in New Issue
Block a user