From c092b5eac52bcdaa42b2889dd6f848fbc289d0bf Mon Sep 17 00:00:00 2001
From: Fredrik Tolf <fredrik@dolda2000.com>
Date: Sat, 7 Jul 2007 02:51:28 +0200
Subject: [PATCH] Have "revision" and "perm" in their own paragraphs.

---
 doc/protocol/reqlist.sty | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/protocol/reqlist.sty b/doc/protocol/reqlist.sty
index 2c33a60..c3ca064 100644
--- a/doc/protocol/reqlist.sty
+++ b/doc/protocol/reqlist.sty
@@ -5,10 +5,10 @@
 
 \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}}
 
-- 
2.11.0