[hackers] [wmii] Converted wmiiloop.1 to pseudo-TeX.

From: Kris Maglione <jg_AT_suckless.org>
Date: Fri Jun 01 03:10:42 2007

changeset: 2142:3cd338e5759a
user: Kris Maglione <jg_AT_suckless.org>
date: Fri May 25 01:38:05 2007 -0400
summary: Converted wmiiloop.1 to pseudo-TeX.

diff -r de8965bb6747 -r 3cd338e5759a man/wmii.1
--- a/man/wmii.1 Fri May 25 01:21:17 2007 -0400
+++ b/man/wmii.1 Fri May 25 01:38:05 2007 -0400
@@ -1,5 +1,5 @@
 '\" t
-.\" Manual page created with latex2man on Fri May 25 01:19:10 EDT 2007
+.\" Manual page created with latex2man on Fri May 25 01:36:45 EDT 2007
 .\" NOTE: This file is generated, DO NOT EDIT.
 .de Vb
 .ft CW
@@ -10,9 +10,11 @@
 
 .fi
 ..
-.TH "WMII\-VERSION" "1" "25 May 2007" "" ""
+.TH "WMII" "1" "25 May 2007" "" ""
 .SH NAME
 
+wmii\-VERSION
+.PP
 .SH SYNOPSIS
 
 wmii
diff -r de8965bb6747 -r 3cd338e5759a man/wmii.tex
--- a/man/wmii.tex Fri May 25 01:21:17 2007 -0400
+++ b/man/wmii.tex Fri May 25 01:38:05 2007 -0400
@@ -1,4 +1,7 @@
-\begin{Name}{1}{wmii-VERSION}{Kris Maglione}{}{wmii - window manager improved, improved}
+\begin{Name}{1}{wmii}{Kris Maglione}{}{wmii - window manager improved, improved}
+ \Prog{wmii}-VERSION
+\end{Name}
+
 \section{SYNOPSIS}
 \Prog{wmii} \oOptArg{-a}{<address>} \oOptArg{-c}{<wmiirc>} \\
 \Prog{wmii} \Opt{-v}
@@ -184,5 +187,3 @@ thus can be used in actions:
 \section{SEE ALSO}
 \Cmd{dmenu}{1}, \Cmd{wmiir}{1}
 
-\end{Name}
-
diff -r de8965bb6747 -r 3cd338e5759a man/wmiiloop.1
--- a/man/wmiiloop.1 Fri May 25 01:21:17 2007 -0400
+++ b/man/wmiiloop.1 Fri May 25 01:38:05 2007 -0400
@@ -1,63 +1,75 @@
-.TH WMIIR 1 wmii\-VERSION
+'\" t
+.\" Manual page created with latex2man on Fri May 25 01:36:45 EDT 2007
+.\" NOTE: This file is generated, DO NOT EDIT.
+.de Vb
+.ft CW
+.nf
+..
+.de Ve
+.ft R
+
+.fi
+..
+.TH "WMIILOOP" "1" "25 May 2007" "" ""
 .SH NAME
-wmiiloop \(em wmii event loop processor
+
+wmiiloop\-VERSION
+.PP
 .SH SYNOPSIS
-.B cat
-.I events
-|
-.B wmiiloop
-|
-.B sh
-.br
+
+eval
+"$(wmiiloop
+<events)"
+.PP
 .SH DESCRIPTION
-.SS Overview
-.B wmiiloop
-is an awk script which preprocesses
-.BR sh (1)
-syntax to simplify writing a wmii event loop.
 
-.br
-.B eventloop
-associates lines begining with
-.IR Event ", " Action ", or " Key
-(henceforth known as
-.BR $keyword ),
-followed by arbitrary text (henceforth known as
-.BR $args ),
-with functions which call any indented lines which follow.
-In the function names, all non-alphanumeric characters in $args
-are replaced with underscores (_). The functions are named
-$keyword'_'$args.
+.PP
+wmiiloop
+is an awk and sh script which preprocesses \fIsh\fP(1)
+syntax
+to simplify writing a wmii event loop.
+.PP
+wmiiloop
+associates lines begining with \fIEvent\fP,
+\fIAction\fP,
+or
+\fIKey\fP
+(henceforth known as \fB$keyword\fP),
+followed by arbitrary
+text (henceforth known as \fB$args\fP),
+with functions which call any
+indented lines which follow. In the function names, all non\-alphanumeric
+characters in \fB$args\fP
+are replaced with underscores (_). The
+functions are named \fB$keyword\fP\&'_\&'\fB$args\fP\&.
+.PP
+Any variables in the unintented lines are interpolated by the shell.
+.PP
+Additionally, each declaration\&'s \fB$args\fP
+are assigned to a variable
+named \fB$keyword\fP\&'s\&'\&.
+In this case, no transliteration occurs. For
+instance, the following declaration:
+.PP
+.Vb
+Key $MODKEY\-j
+ echo Got $@
+.Ve
+yields (assuming \fI$MODKEY\fP
+is set to \fIMod1\fP):
+.PP
+.Vb
+Keys=" $Keys Mod1\-j"
+Mod1_j() {
+ echo Got $@
+}
+.Ve
+.PP
+.SH SEE ALSO
 
-Any variables in the unintented lines are interpolated by the shell.
-
-Additionally, each declaration's
-.B $args
-are assigned to a variable named
-.BR $keyword's' .
-In this case, no transliteration occurs. For instance, the following
-declaration:
-
-.B Key
-.IB $MODKEY -j
-.br
- echo Got $@
-
-yields (assuming
-.I $MODKEY
-is set to
-.IR Mod1 ):
-
-Keys=" $Keys Mod1-j"
-.br
-Mod1_j() {
-.br
- echo Got $@
-.br
-}
-
-.SH SEE ALSO
-.BR wmii (1),
-.BR wmiir (1),
-.B PREFIX/etc/wmiirc
-
+\fIwmii\fP(1),
+\fIwmii\fP(1)\&.
+\fIwmiir\fP(1),
+PREFX/etc/wmiirc
+.PP
+.\" NOTE: This file is generated, DO NOT EDIT.
diff -r de8965bb6747 -r 3cd338e5759a man/wmiiloop.tex
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/man/wmiiloop.tex Fri May 25 01:38:05 2007 -0400
@@ -0,0 +1,42 @@
+\begin{Name}{1}{wmiiloop}{Kris Maglione}{}{wmiir}
+ \Prog{wmiiloop}-VERSION
+\end{Name}
+
+\section{Synopsis}
+\Prog{eval} "\$(\Prog{wmiiloop} <\File{events})"
+
+\section{Description}
+
+\Prog{wmiiloop} is an awk and sh script which preprocesses \Cmd{sh}{1} syntax
+to simplify writing a wmii event loop.
+
+\Prog{wmiiloop} associates lines begining with \emph{Event}, \emph{Action}, or
+\emph{Key} (henceforth known as \textbf{\$keyword}), followed by arbitrary
+text (henceforth known as \textbf{\$args}), with functions which call any
+indented lines which follow. In the function names, all non-alphanumeric
+characters in \textbf{\$args} are replaced with underscores (\_). The
+functions are named \textbf{\$keyword}'_'\textbf{\$args}.
+
+Any variables in the unintented lines are interpolated by the shell.
+
+Additionally, each declaration's \textbf{\$args} are assigned to a variable
+named \textbf{\$keyword}'s'. In this case, no transliteration occurs. For
+instance, the following declaration:
+
+\begin{verbatim}
+Key $MODKEY-j
+ echo Got $@
+\end{verbatim}
+yields (assuming \emph{\$MODKEY} is set to \emph{Mod1}):
+
+\begin{verbatim}
+Keys=" $Keys Mod1-j"
+Mod1_j() {
+ echo Got $@
+}
+\end{verbatim}
+
+\section{SEE ALSO}
+\Cmd{wmii}{1}, \Cmd{wmii}{1}. \Cmd{wmiir}{1},
+\File{PREFX/etc/wmiirc}
+
Received on Fri Jun 01 2007 - 03:10:42 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:09 UTC