hgbook

diff en/mq.tex @ 238:4b315189e01f

Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:50:25 2007 -0700 (2007-05-27)
parents 30e97616d808
children 09d5897ad935
line diff
     1.1 --- a/en/mq.tex	Sun May 27 09:43:16 2007 -0700
     1.2 +++ b/en/mq.tex	Sun May 27 09:50:25 2007 -0700
     1.3 @@ -29,7 +29,7 @@
     1.4  they will build properly in their environments.
     1.5  
     1.6  When you have few changes to maintain, it is easy to manage a single
     1.7 -patch using the standard \texttt{diff} and \texttt{patch} programs
     1.8 +patch using the standard \command{diff} and \command{patch} programs
     1.9  (see section~\ref{sec:mq:patch} for a discussion of these tools).
    1.10  Once the number of changes grows, it starts to makes sense to maintain
    1.11  patches as discrete ``chunks of work,'' so that for example a single
    1.12 @@ -880,7 +880,7 @@
    1.13  provides a good way to ``get a sense of'' a patch---which files it
    1.14  affects, and how much change it introduces to each file and as a
    1.15  whole.  (I find that it's a good idea to use \command{diffstat}'s
    1.16 -\texttt{-p} option as a matter of course, as otherwise it will try to
    1.17 +\cmdopt{-p} option as a matter of course, as otherwise it will try to
    1.18  do clever things with prefixes of file names that inevitably confuse
    1.19  at least me.)
    1.20