Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d871912
)
Have "revision" and "perm" in their own paragraphs.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 7 Jul 2007 00:51:28 +0000
(
02:51
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Sat, 7 Jul 2007 00:51:28 +0000
(
02:51
+0200)
doc/protocol/reqlist.sty
patch
|
blob
|
blame
|
history
diff --git
a/doc/protocol/reqlist.sty
b/doc/protocol/reqlist.sty
index
2c33a60
..
c3ca064
100644
(file)
--- 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}}