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