From 21c9a972a64f34b502008436317e22c803fd41b1 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 11 Jul 2018 22:12:49 -0400 Subject: [PATCH] wmmisc: Add manpage from Debian. From https://sources.debian.org/data/main/w/wmmisc/1.1-4/debian/wmmisc.1 --- wmmisc/Makefile.am | 1 + wmmisc/wmmisc.1 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 wmmisc/wmmisc.1 diff --git a/wmmisc/Makefile.am b/wmmisc/Makefile.am index e4c3e24..5fb7256 100644 --- a/wmmisc/Makefile.am +++ b/wmmisc/Makefile.am @@ -3,6 +3,7 @@ wmmisc_SOURCES = src/dockapp_draw.c src/dockapp_draw.h \ src/dockapp_main.c src/dockapp_main.h \ src/dockapp_utils.c src/dockapp_utils.h \ src/wmmisc-master.xpm +dist_man_MANS = wmmisc.1 AM_CFLAGS = $(DOCKAPP_CFLAGS) LIBS += $(DOCKAPP_LIBS) diff --git a/wmmisc/wmmisc.1 b/wmmisc/wmmisc.1 new file mode 100644 index 0000000..8b21b22 --- /dev/null +++ b/wmmisc/wmmisc.1 @@ -0,0 +1,48 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" +.\" This documentation may be distributed under the terms of +.\" the GNU General Public Licence version 2. +.\" +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH wmmisc 1 "Sep 10, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +wmmisc \- Dock app that monitors your system +.SH SYNOPSIS +.B wmmisc +.RI "{ " options " }" +.SH DESCRIPTION +.B wmmisc +is a simple dockapp that monitors the following: +the amount of users logged in, the total number of +processes, the number of running (or 'alive') processes, +the total number of forks and the system load average. +.SH OPTIONS +.TP +.BI "\-v " +Output version information and exit +.TP +.B \-h +Display help and exit + +.SH BUGS +Report bugs and suggestion to the current \fBwmmisc\fR maintainer: +Jesse S. . +.SH SEE ALSO +.BR wmaker (1x). +.SH AUTHOR +This manual page was written by Vincent Tantardini . +The original \fBwmmisc\fR authour is Jesse S. . -- 2.11.4.GIT