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