Author: adam-guest
Date: 2008-03-06 19:25:15 +0000 (Thu, 06 Mar 2008)
New Revision: 1105

Modified:
   trunk/debian/changelog
   trunk/scripts/annotate-output.1
Log:
annotate-output.1: Correctly escape a hyphen

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-03-06 19:22:42 UTC (rev 1104)
+++ trunk/debian/changelog      2008-03-06 19:25:15 UTC (rev 1105)
@@ -24,6 +24,7 @@
   * debcommit: Set $SVKDIFF before calling "svk diff" (Closes: #469238)
   * deb[ci]: Allow either package names or filenames to be passed on the
     command line (Closes: #469663)
+  * annotate-output.1: Correctly escape a hyphen
 
  -- Adam D. Barratt <[EMAIL PROTECTED]>  Sat, 01 Mar 2008 11:42:02 +0000
 

Modified: trunk/scripts/annotate-output.1
===================================================================
--- trunk/scripts/annotate-output.1     2008-03-06 19:22:42 UTC (rev 1104)
+++ trunk/scripts/annotate-output.1     2008-03-06 19:25:15 UTC (rev 1105)
@@ -13,7 +13,7 @@
 .nf
 $ annotate-output make
 21:41:21 I: Started make
-21:41:21 O: gcc -Wall program.c
+21:41:21 O: gcc \-Wall program.c
 21:43:18 E: program.c: Couldn't compile, and took me ages to find out
 21:43:19 E: collect2: ld returned 1 exit status
 21:43:19 E: make: *** [all] Error 1



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to