# HG changeset patch # User Bryan O'Sullivan # Date 1180284313 25200 # Node ID 80f387d13bfe19336d366ee4f9000527e16832c0 # Parent 30e97616d808a94fd01f04e58f0fc02e4d4e1eab Fix a few command references. diff -r 30e97616d808 -r 80f387d13bfe en/mq.tex --- a/en/mq.tex Sun May 27 09:43:16 2007 -0700 +++ b/en/mq.tex Sun May 27 09:45:13 2007 -0700 @@ -29,7 +29,7 @@ they will build properly in their environments. When you have few changes to maintain, it is easy to manage a single -patch using the standard \texttt{diff} and \texttt{patch} programs +patch using the standard \command{diff} and \command{patch} programs (see section~\ref{sec:mq:patch} for a discussion of these tools). Once the number of changes grows, it starts to makes sense to maintain patches as discrete ``chunks of work,'' so that for example a single @@ -880,7 +880,7 @@ provides a good way to ``get a sense of'' a patch---which files it affects, and how much change it introduces to each file and as a whole. (I find that it's a good idea to use \command{diffstat}'s -\texttt{-p} option as a matter of course, as otherwise it will try to +\cmdopt{-p} option as a matter of course, as otherwise it will try to do clever things with prefixes of file names that inevitably confuse at least me.)