From f97c49286fa29b0421c417fe653271749099cdee Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 13 May 2015 23:38:48 -0500 Subject: [PATCH] wmbattery: Escape hyphen in manpage. Fixes hyphen-used-as-minus-sign Lintian warning in the Debian package. Patch from [1]. [1] https://sources.debian.net/src/wmbattery/2.47-1/debian/patches/escape_manpage_hyphens.patch/ --- wmbattery/wmbattery.1x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmbattery/wmbattery.1x b/wmbattery/wmbattery.1x index 78644d7..203804e 100644 --- a/wmbattery/wmbattery.1x +++ b/wmbattery/wmbattery.1x @@ -114,7 +114,7 @@ Display as icon. .SH EXAMPLE Start at 10% battery to execute 'echo' including status information: .RS -wmbattery -c 10 -x "echo Status: %percent%% - %minutes% minutes, %seconds% seconds left" +wmbattery \-c 10 \-x "echo Status: %percent%% \- %minutes% minutes, %seconds% seconds left" .RE .SH AUTHOR Joey Hess