wmmemload: Fix errors in the manpage.
Several command-line options were incorrectly given in the manpage. Based on the patch from Debian by Philipp Benner <philipp@debian.org>: http://sources.debian.net/src/wmmemload/0.1.6-8/debian/patches/03-manual.patch/
This commit is contained in:
parent
892f62e139
commit
183f35d886
|
@ -61,7 +61,7 @@ ignore buffers. (GNU/Linux)
|
|||
.B \-c, \-\-ignore\-cached
|
||||
ignore cached pages. (GNU/Linux / FreeBSD)
|
||||
.TP
|
||||
.B \-c, \-\-ignore\-wired
|
||||
.B \-wr, \-\-ignore\-wired
|
||||
ignore wired pages. (FreeBSD)
|
||||
.TP
|
||||
.B \-h, \-\-help
|
||||
|
@ -76,11 +76,11 @@ run the application in windowed mode
|
|||
.B \-bw, \-\-broken\-wm
|
||||
activate broken window manager fix
|
||||
.TP
|
||||
.B \-a, \-\-alarm\-mem <percentage>
|
||||
.B \-am, \-\-alarm\-mem <percentage>
|
||||
activate alarm mode of memory. <percentage> is threshold of percentage from 0
|
||||
to 100.(90 is default)
|
||||
.TP
|
||||
.B \-a, \-\-alarm\-swap <percentage>
|
||||
.B \-as, \-\-alarm\-swap <percentage>
|
||||
activate alarm mode of swap. <percentage> is threshold of percentage from 0 to
|
||||
100.(50 is default)
|
||||
|
||||
|
|
Loading…
Reference in a new issue