Description: Quote dashes in manpage
--- a/safecat.1
+++ b/safecat.1
@@ -219,8 +219,8 @@
 try() { $* 2>/dev/null || echo NO 1>&2 }
 
 set `( try $MYPROGRAM | try safecat $TEMPDIR $DESTDIR ) 2>&1`
-test "$?" = "0"  || exit -1
-test "$1" = "NO" && { rm -f $DESTDIR/$2; exit -1; }
+test "$?" = "0"  || exit \-1
+test "$1" = "NO" && { rm \-f $DESTDIR/$2; exit \-1; }
 .sp
 .fi
 This script illustrates the pitfalls of writing secure programs
