1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Description: fix hyphens in manpage
Escape the hyphens in the manual page.
.
amiwm (0.21pl2-1) unstable; urgency=low
.
* New upstream version.
* debian/rules: add lintian recommended targets.
* debian/copyright: update copyright years.
* debian/watch: added.
* Bump debhelper version to 8.
* Bump standards version to 3.9.2.
Author: Gürkan Sengün <gurkan@phys.ethz.ch>
---
Forwarded: not-needed
Last-Update: 2011-12-01
--- amiwm-0.21pl2.orig/amiwm.1
+++ amiwm-0.21pl2/amiwm.1
@@ -3,7 +3,7 @@
.nr X
.TH amiwm 1 "19 Jul 2010"
.SH NAME
-amiwm \- Amiga Workbench-like X Window Manager
+amiwm \- Amiga Workbench\-like X Window Manager
.SH SYNOPSIS
\f4amiwm
@@ -14,7 +14,7 @@ an Amiga\*R.
.SH OPTIONS
.I Amiwm
-is configurable with a $HOME/\.amiwmrc-file containing some or all
+is configurable with a $HOME/\.amiwmrc\-file containing some or all
of the following options:
.SH FastQuit: {yes|no}
@@ -72,8 +72,8 @@ while some other will be a 128x128 or ev
You have the possibility to decide which icon should be used for each app.
If no custom icons are defined at all, the def_tool.info will be used for
all iconified apps. Format is: style { class "myClass" icon "myIcon.info" }
-To find out a given program's class, use "xlsclients -l" to list all opened
-applications, and then use "xprop -id <0x0000000>" to list a
+To find out a given program's class, use "xlsclients \-l" to list all opened
+applications, and then use "xprop \-id <0x0000000>" to list a
given app's properties. Use either WM_CLASS or WM_ICON_NAME strings in amiwmrc.
.SH ShortLabelIcons {yes|no}
|