hgbook

diff en/99defs.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 f83281da4122
children 4ed483f08e33
line diff
     1.1 --- a/en/99defs.tex	Sun May 27 09:39:27 2007 -0700
     1.2 +++ b/en/99defs.tex	Wed May 30 19:59:52 2007 -0700
     1.3 @@ -44,7 +44,7 @@
     1.4      filter}\texttt{#1}}
     1.5  
     1.6  % Shell/system command.
     1.7 -\newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}}
     1.8 +\newcommand{\command}[1]{\index{\texttt{#1} system command}\texttt{#1}}
     1.9  
    1.10  % Shell/system command, with arguments.
    1.11  \newcommand{\cmdargs}[2]{\index{\texttt{#1} command}``\texttt{#1 #2}''}