# HG changeset patch # User Bryan O'Sullivan # Date 1180284538 25200 # Node ID 28bd9ab3edbf208bd43ae29ec9ccbbe9b9581b18 # Parent abebe72451d686df847386af4be9acf94a6f64c8 Distinguish system from Mercurial commands in the index. diff -r abebe72451d6 -r 28bd9ab3edbf en/99defs.tex --- a/en/99defs.tex Sun May 27 09:48:47 2007 -0700 +++ b/en/99defs.tex Sun May 27 09:48:58 2007 -0700 @@ -44,7 +44,7 @@ filter}\texttt{#1}} % Shell/system command. -\newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}} +\newcommand{\command}[1]{\index{\texttt{#1} system command}\texttt{#1}} % Shell/system command, with arguments. \newcommand{\cmdargs}[2]{\index{\texttt{#1} command}``\texttt{#1 #2}''}