[Pkg-wmaker-commits] [wmsysmon] 06/13: Add manpage.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 22 19:52:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmsysmon.

commit 4470b9fac9780285a7f1e348025d3ba464b55825
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Jul 17 10:19:48 2015 -0600

    Add manpage.
    
    Origin: https://sources.debian.net/src/wmsysmon/0.7.7-8/debian/wmsysmon.1/
---
 src/Makefile   |  2 ++
 src/wmsysmon.1 | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index 5e345f2..64bf5cf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -21,3 +21,5 @@ clean:
 install:
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
 	install -g root -o root $(BIN) $(DESTDIR)$(PREFIX)/bin
+	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
+	install -m 644 wmsysmon.1 $(DESTDIR)$(PREFIX)/share/man/man1
diff --git a/src/wmsysmon.1 b/src/wmsysmon.1
new file mode 100644
index 0000000..bc29137
--- /dev/null
+++ b/src/wmsysmon.1
@@ -0,0 +1,47 @@
+.TH wmsysmon 1 "2001-04-09" Debian "System Monitor Dockable Application"
+
+.SH NAME
+wmsysmon \- Windowmaker dock-app for monitoring your system.
+
+.SH SYNOPSIS
+wmsysmon
+[ \fB-display\fP <display name> ]
+[ \fB-geometry\fP +Xpos+Ypos ]
+[ \fB-r\fP  update rate in ms ]
+[ \fB-l\fP blinky lights for interrupts ]
+[ \fB-h\fP print help screen ]
+[ \fB-v\fP print version number ]
+
+.SH DESCRIPTION
+.B wmsysmon
+is a dockable application for Windowmaker (and possibly Afterstep). It monitors Memory, Swap, Disk IO, uptime and interrupts.
+
+.SH OPTIONS
+.TP
+.BI \-display <display name>
+Sets the display where wmsysmon will appear.
+.TP
+.BI \-geometry +Xpos+Ypos
+Set the position for wmsysmon.
+.TP
+.BI \-r updateRate
+Sets the update rate for wmsysmon.
+.TP
+.B \-l
+Set blinky lights on.
+.TP
+.B \-h
+Show the help screen.
+.TP
+.B \-v
+Print wmsysmon's version number.
+
+.SH SEE ALSO
+.BR Website
+<https://github.com/vcaputo/wmsysmon>
+
+.SH AUTHOR
+wmsysmon was written by Dave Clark <clarkd at skynet.ca> and Vito Caputo
+<swivel at gnugeneration.com>.
+This manual page was written by Luca Bedogni <me at lucabedogni.it>, for the
+Debian project (but may be used by others).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmsysmon.git



More information about the Pkg-wmaker-commits mailing list