hgbook
diff en/mq.tex @ 249:9d7388f3f483
/bin/sh fails when parsing unescaped parens
author | Johannes Hoff <wbunaarfubss@gmail.com> |
---|---|
date | Wed May 30 19:59:52 2007 -0700 (2007-05-30) |
parents | 80f387d13bfe |
children | 7301e64c362e |
line diff
1.1 --- a/en/mq.tex Sun May 27 09:45:13 2007 -0700 1.2 +++ b/en/mq.tex Wed May 30 19:59:52 2007 -0700 1.3 @@ -880,9 +880,9 @@ 1.4 provides a good way to ``get a sense of'' a patch---which files it 1.5 affects, and how much change it introduces to each file and as a 1.6 whole. (I find that it's a good idea to use \command{diffstat}'s 1.7 -\cmdopt{-p} option as a matter of course, as otherwise it will try to 1.8 -do clever things with prefixes of file names that inevitably confuse 1.9 -at least me.) 1.10 +\cmdopt{diffstat}{-p} option as a matter of course, as otherwise it 1.11 +will try to do clever things with prefixes of file names that 1.12 +inevitably confuse at least me.) 1.13 1.14 \begin{figure}[ht] 1.15 \interaction{mq.tools.tools}