| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 
 | Author: Andreas Rönnquist <gusnan@gusnan.se>
Description: Remove unavailable options from the manual page
 Removes options in the manual page that isn't available in the program.
--- a/devilspie.1
+++ b/devilspie.1
@@ -22,12 +22,6 @@
 .TP
 \fB\-d\fR \fB\-\-debug\fR
 Output debug information
-.TP
-\fB\-l\fR \fB\-\-list\-symbols\fR
-List available symbols supported in input files.
-.TP
-\fB\-s\fR \fIsymname\fR \fB\-\-symbol\-doc\fR=\fIsymname\fR
- Get detailed help on symbol \fIsymname\fR ('all' for all symbols).
 
 .SH "ALLOWED SYMBOLS"
 In the input files, the following symbols are known by \fIdevilspie\fR:
 |