Improve protocol doc Makefile.
[doldaconnect.git] / doc / protocol / reqlist.sty
... / ...
CommitLineData
1\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}}}{}
2
3\newcommand{\syntax}[1]{Syntax: \texttt{#1}}
4
5\newenvironment{reqdesc}{Description: }{}
6
7\newcommand{\revision}[1]{Revision: #1}
8
9\newcommand{\perm}[1]{Permissions: \texttt{#1}}
10\newcommand{\noperm}{Permissions: None}
11
12\newcommand{\param}[1]{\texttt{#1}}
13
14\newenvironment{responses}{Responses:
15
16\begin{itemize}}{\end{itemize}}
17\newcommand{\response}[1]{\item \texttt{#1} \\}