Author: dylan
Date: 2004-07-31 14:27:58 -0400 (Sat, 31 Jul 2004)
New Revision: 330
Added:
branches/protocol-v4/docs/manual/chap/commands.tex
Log:
added macro for displaying haver protocol commands,
started chapter on the protocol commands.
Added: branches/protocol-v4/docs/manual/chap/commands.tex
===================================================================
--- branches/protocol-v4/docs/manual/chap/commands.tex 2004-07-26 20:34:30 UTC
(rev 329)
+++ branches/protocol-v4/docs/manual/chap/commands.tex 2004-07-31 18:27:58 UTC
(rev 330)
@@ -0,0 +1,26 @@
+\newenvironment{commands}{\begin{description}}{\end{description}}
+\newcommand{\cmd}[2]{\item[#1] \emph{#2}}
+
+
+
+\chapter{Commands}
+
+
+\section{Server Commands}
+
+
+\begin{commands}
+
+\cmd{HAVER}{client}
+
+Greet the server and give it fish.
+
+\cmd{WANT}{want foo bar}
+
+The server wants cmd, very badly.
+
+\end{commands}
+
+\section{Client Commands}
+
+