$NetBSD: patch-aa,v 1.1 2002/12/14 00:21:37 jschauma Exp $

--- /dev/null	Fri Dec 13 18:13:40 2002
+++ bbpager.1	Fri Dec 13 19:13:48 2002
@@ -0,0 +1,84 @@
+.TH BBPAGER 1 "August 08, 2001" bbpager "bbtools"
+.SH NAME
+bbpager \- a pager tool for Blackbox
+
+.SH SYNOPSIS
+.B bbpager
+[\fIOPTIONS\fR]
+
+.SH DESCRIPTION
+\fBbbpager\fR is a pager for Blackbox and other Window Managers.
+
+.SH USAGE
+By default \fBbbpager\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 \fBbbpager\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 \fBbbpager\fR is included below.
+
+.TP
+\fB\-c[onfig]\fR \fIfilename\fR
+use alternate config file
+.TP
+.B \-d[ecorated]
+Show 'normal' decorated window
+.TP
+\fB\-display\fR \fIdisplay name\fR
+X server to connect to
+.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/bbpager.bb\fR the global configuration file
+\fI$HOME/.bbtools/bbpager.bb\fR a local configuration file
+
+.SS "Under other Window managers"
+.nf
+\fI$datadir/bbtools/bbpager.nobb\fR the global configuration file
+\fI$HOME/.bbtools/bbpager.nobb\fR a local configuration file
+
+.SH VERSION
+0.3.1
+
+.SH BUGS
+- reports X-windows errors on certain windows
+.br
+- moving 'stick'ed windows to other workspace causes segfault
+.br
+- shaded windows don't show as such on the pager
+
+.SH "SEE ALSO"
+.BR bbpager.bb(5)
+
+.SH AUTHOR
+John Kennis <j.m.b.m.kennis@ele.tue.nl> - bbpager
+.br
+Jan Schaumann <jschauma@netmeister.org> - this man page