diff options
author | jschauma <jschauma> | 2003-03-18 01:07:56 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-18 01:07:56 +0000 |
commit | ed5d105778fd7b2c468da7078d9cd3acaffee8cf (patch) | |
tree | 28151f113a83ab95ca674631acaf967d47f39390 /sysutils/bbsload/patches | |
parent | 0815d2ea971d39fdfec0b47ae531518cad581e17 (diff) | |
download | pkgsrc-ed5d105778fd7b2c468da7078d9cd3acaffee8cf.tar.gz |
Add man-page for bbsload, provided by Emanuele Rocca
(emarocca at libero dot it).
Diffstat (limited to 'sysutils/bbsload/patches')
-rw-r--r-- | sysutils/bbsload/patches/patch-ac | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/sysutils/bbsload/patches/patch-ac b/sysutils/bbsload/patches/patch-ac new file mode 100644 index 00000000000..525a96e1edb --- /dev/null +++ b/sysutils/bbsload/patches/patch-ac @@ -0,0 +1,78 @@ +$NetBSD: patch-ac,v 1.1 2003/03/18 01:07:57 jschauma Exp $ + +--- /dev/null Mon Mar 17 19:52:07 2003 ++++ bbsload.1 Mon Mar 17 19:53:44 2003 +@@ -0,0 +1,73 @@ ++.TH BBSLOAD 1 "March 14, 2003" bbsload "bbtools" ++.SH NAME ++bbsload \- system load tool for Blackbox ++ ++.SH SYNOPSIS ++.B bbsload ++[\fIOPTIONS\fR] ++ ++.SH DESCRIPTION ++\fBbbsload\fR is a Blackbox tool to display your system load. ++ ++It can show simple system bar graphs, including load averages for 1, 5 and 15 ++minute periods, memory usage, swap usage, total system usage, as well as CPU ++loads for user, nice and system processes and idle time. ++ ++.SH USAGE ++By default \fBbbsload\fR reads the Blackbox style-file as defined in ++\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The ++result is an application which looks a lot like the toolbar. ++ ++The \fI-geometry\fR is given as +x+y or -x-y (or combination) ++where -x-y is the (x,y) distance of the right bottom of screen ++to the right bottom of \fBbbsload\fR. ++ ++So \fI-geometry -0-0\fR puts the application in the lower right corner of the ++screen. ++ ++.SH OPTIONS ++A summary of the options supported by \fBbbsload\fR is included below. ++ ++.TP ++\fB\-display\fR \fIdisplay name\fR ++X server to connect to ++.TP ++\fB\-c[onfig]\fR \fIfilename\fR ++use alternate config file ++.TP ++.B \-d[ecorated] ++Show 'normal' decorated window ++.TP ++\fB\-geom[etry]\fR \fIgeometry\fR ++Set geometry of window ++.TP ++\fB\-h[elp]\fR ++Show summary of options and exit. ++.TP ++\fB\-n[obb]\fR ++fall back on default configuration ++.TP ++\fB\-s[hape]\fR ++Don't display groundplate ++.TP ++\fB\-v[ersion]\fR ++Display version number ++.TP ++\fB\-w[ithdrawn]\fR ++Place bbtool in the Slit ++ ++.SH FILES ++Default: \fI$datadir=/usr/local/share/\fR ++.br ++.SS "Under Blackbox" ++.nf ++\fI$datadir/bbtools/bbsload.bb\fR the global configuration file ++\fI$HOME/.bbtools/bbsload.bb\fR a local configuration file ++ ++.SS "Under other Window managers" ++.nf ++\fI$datadir/bbtools/bbsload.nobb\fR the global configuration file ++\fI$HOME/.bbtools/bbsload.nobb\fR a local configuration file ++ ++.SH AUTHOR ++This manual page was written by Emanuele Rocca <emarocca@libero.it>, for the Debian GNU/Linux system (but may be used by others). |