From 5586e092a72463c854f840a4e4a824c8bd7b18f3 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 7 Feb 2016 21:36:18 -0500 Subject: [PATCH] wmtop: Escape minus signs and fix spelling errors in manpage. Obtained from [1]. [1] https://sources.debian.net/src/wmtop/0.84-12/debian/patches/fix_manpage.patch/ --- wmtop/wmtop.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtop/wmtop.1 b/wmtop/wmtop.1 index 21823a1..49bccea 100644 --- a/wmtop/wmtop.1 +++ b/wmtop/wmtop.1 @@ -11,7 +11,7 @@ wmtop - WindowMaker dockapp [\-c command] [\-U] [\-x regexp] -[-m] +[\-m] .SH DESCRIPTION @@ -22,7 +22,7 @@ either via the command line or by clicking on the application. .SH OPTIONS While running a left click alternates between CPU and memory -display. A right click launches the appliction specfied at the +display. A right click launches the application specfied at the command line. Middle clicking changes between displaying all and user only processes. .TP @@ -64,7 +64,7 @@ Set interval between screen updates in milliseconds. Monitor only users processes, exclude WindowMaker dock apps and pop up xps when double clicked: .IP -wmtop -c xps -U -x '^wm' +wmtop \-c xps \-U \-x '^wm' .LP where we assume dock apps all have names starting with 'wm'.