From 3a8ed84af389b9a3b738478eb380ec08dd09dbe1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Wed, 22 Aug 2012 20:01:33 +0200 Subject: [PATCH] wmbutton: Escape minus sign in manpage The minus signs should be escaped to avoid problems with the parsers. --- wmbutton/wmbutton.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbutton/wmbutton.1 b/wmbutton/wmbutton.1 index 507908e..00155d3 100644 --- a/wmbutton/wmbutton.1 +++ b/wmbutton/wmbutton.1 @@ -49,7 +49,7 @@ Full path to configuration file. Full path to button xpm. .TP .B \-F -Custom tooltip font (e.g. -b\&h-lucidatypewriter-medium-*-*-*-12-*) +Custom tooltip font (e.g. \-b\&h\-lucidatypewriter\-medium\-*\-*\-*\-12\-*) .TP .B \-v Verbose Mode, gives extra debug output. -- 2.11.4.GIT