Missed out a highlight.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Nov 2004 10:50:34 +0000 (10:50 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Nov 2004 10:50:34 +0000 (10:50 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/utils@4843 cda61777-01e9-0310-a592-d414129be87e

multi/multi.but

index 20180f4..df70186 100644 (file)
@@ -172,6 +172,7 @@ Here's an example using \cw{-r}. Suppose you have lots of small C
 programs and you want to quickly compile them all into binaries:
 
 \c $ multi -r - cc -o - 's/.c$//' *.c
+\c   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
 \c cc -o bar bar.c
 \c cc -o baz baz.c
 \c cc -o foo foo.c