26 lines
978 B
Diff
26 lines
978 B
Diff
|
Author: Andreas Rönnquist
|
||
|
Description: Fixes lintian warnings on the manpage, already fixed
|
||
|
in upstream git, but not in time for version 0.23.
|
||
|
Index: devilspie-0.23/devilspie.1
|
||
|
===================================================================
|
||
|
--- devilspie-0.23.orig/devilspie.1 2012-10-01 11:30:43.000000000 +0200
|
||
|
+++ devilspie-0.23/devilspie.1 2012-10-26 20:05:09.628490721 +0200
|
||
|
@@ -31,7 +31,7 @@
|
||
|
|
||
|
.SH "ALLOWED SYMBOLS"
|
||
|
In the input files, the following symbols are known by \fIdevilspie\fR:
|
||
|
-."SYMBOL HELP BEGINS HERE
|
||
|
+.\"SYMBOL HELP BEGINS HERE
|
||
|
.TP
|
||
|
\fBis\fR
|
||
|
String equality, (is a b) means a is the same as b.
|
||
|
@@ -164,7 +164,7 @@
|
||
|
.TP
|
||
|
\fBspawn_sync\fR
|
||
|
Execute a command in the foreground (returns command output as string, or FALSE on error). Command is given as a single string, or as a series of strings (similar to execl).
|
||
|
-."SYMBOL HELP ENDS HERE
|
||
|
+.\"SYMBOL HELP ENDS HERE
|
||
|
|
||
|
.SH BUGS
|
||
|
This manpage is almost useless, as it was thrown together on a train.
|