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