Description: escapes minus sign in manpages
Author: Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net>

---
Forwarded: not-needed fix in next release
Last-Update: <2013-03-08>

--- burp-1.3.26.orig/manpages/vss_strip.8
+++ burp-1.3.26/manpages/vss_strip.8
@@ -16,10 +16,10 @@ A program for extracting file data from
 .SH OPTIONS
 .TP
 \fB\-i\fR \fBpath\fR
-Input file. If -i is not given, input will be read on stdin.
+Input file. If \-i is not given, input will be read on stdin.
 .TP
 \fB\-o\fR \fBpath\fR
-Output file. If -o is not given, output will be read on stdout.
+Output file. If \-o is not given, output will be read on stdout.
 .TP
 \fB\-p\fR
 Print VSS header info.
@@ -29,7 +29,7 @@ Print help text and exit.
 
 .SH EXAMPLES
 .TP
-\fBvss_strip -i infile -o outfile\fR
+\fBvss_strip \-i infile \-o outfile\fR
 Takes uncompressed infile, and extracts the file data to outfile.
 .TP
 \fBzcat infile.gz | vss_strip\fR
--- burp-1.3.26.orig/manpages/burp.8
+++ burp-1.3.26/manpages/burp.8
@@ -550,7 +550,7 @@ Open all block devices for reading and b
 When backing up Windows computers, this option allows you to save the VSS header data separate from the file data. The default is off, which means that the VSS header data is saved prepended to the file data.
 .TP
 \fBstrip_vss=[0|1]\fR
-When backing up Windows computers, this option allows you to prevent the VSS header data being backed up. The default is off. To restore a backup that has no VSS information on Windows, you need to give the client the '-x' command line option.
+When backing up Windows computers, this option allows you to prevent the VSS header data being backed up. The default is off. To restore a backup that has no VSS information on Windows, you need to give the client the '\-x' command line option.
 
 .SH SERVER CLIENTCONFDIR FILE
 .TP
