Have "revision" and "perm" in their own paragraphs.
[doldaconnect.git] / doc / protocol / reqlist.sty
index cd1115f..c3ca064 100644 (file)
@@ -1,11 +1,14 @@
-\newcommand{\syntax}[1]{\texttt{#1}}
+\newenvironment{reqspec}[1]{\subsubsection{\texttt{#1}} \label{cmd:#1}}{}
+\newcommand{\reqref}[1]{\texttt{#1}}
+
+\newcommand{\syntax}[1]{Syntax: \texttt{#1}}
 
 \newenvironment{reqdesc}{Description: }{}
 
-\newcommand{\revision}[1]{Revision: #1}
+\newcommand{\revision}[1]{\par{Revision: #1}}
 
-\newcommand{\perm}[1]{Permissions: \texttt{#1}}
-\newcommand{\noperm}{Permissions: None}
+\newcommand{\perm}[1]{\par{Permissions: \texttt{#1}}}
+\newcommand{\noperm}{\par{Permissions: None}}
 
 \newcommand{\param}[1]{\texttt{#1}}