hgbook

diff en/branch.tex @ 261:a24b370a16ee

Fix escaping.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 17 11:21:32 2007 -0700 (2007-06-17)
parents b42689a730a2
children 08ae82a18abd
line diff
     1.1 --- a/en/branch.tex	Sun Jun 17 11:42:14 2007 +0200
     1.2 +++ b/en/branch.tex	Sun Jun 17 11:21:32 2007 -0700
     1.3 @@ -39,8 +39,8 @@
     1.4  following characters:
     1.5  \begin{itemize}
     1.6  \item Colon (ASCII 58, ``\texttt{:}'')
     1.7 -\item Carriage return (ASCII 13, ``\texttt{$\backslash$r}'')
     1.8 -\item Newline (ASCII 10, ``\texttt{$\backslash$n}'')
     1.9 +\item Carriage return (ASCII 13, ``\Verb+\r+'')
    1.10 +\item Newline (ASCII 10, ``\Verb+\n+'')
    1.11  \end{itemize}
    1.12  
    1.13  You can use the \hgcmd{tags} command to display the tags present in