Import my usual \dash macro into all these man pages, and use it for
[sgt/utils] / multi / multi.but
index 14ee553..6919105 100644 (file)
@@ -1,10 +1,12 @@
 \cfg{man-identity}{multi}{1}{2004-11-20}{Simon Tatham}{Simon Tatham}
 
+\define{dash} \u2013{-}
+
 \title Man page for \cw{multi}
 
 \U NAME
 
-\cw{multi} - bulk file rename/copy utility using Perl regexps
+\cw{multi} \dash bulk file rename/copy utility using Perl regexps
 
 \U SYNOPSIS
 
@@ -185,7 +187,7 @@ ambitious with your two file names. Suppose you want to use one file
 name as the target of a shell redirection operator, for example.
 
 \c $ multi - sh -c 'grep foo $0 > $1' - 's/.txt$/.grepped/' *.txt
-\e   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
+\e   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
 \c sh -c 'grep foo $0 > $1' bar.txt bar.grepped
 \c sh -c 'grep foo $0 > $1' baz.txt baz.grepped
 \c sh -c 'grep foo $0 > $1' foo.txt foo.grepped