From: Fredrik Tolf Date: Fri, 6 Jul 2007 16:26:07 +0000 (+0200) Subject: Renamed env `description'. X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=64ab5b53227222c0e8cdf21b61404771b4349d4e Renamed env `description'. --- diff --git a/doc/protocol/cmd/shutdown.tex b/doc/protocol/cmd/shutdown.tex index 086f101..6baf2ed 100644 --- a/doc/protocol/cmd/shutdown.tex +++ b/doc/protocol/cmd/shutdown.tex @@ -1,8 +1,8 @@ \syntax{shutdown} -\begin{description} +\begin{reqdesc} Instructs the daemon to shut down as soon as possible. -\end{description} +\end{reqdesc} \revision{1} \perm{admin} diff --git a/doc/protocol/reqlist.sty b/doc/protocol/reqlist.sty index 955c406..cd1115f 100644 --- a/doc/protocol/reqlist.sty +++ b/doc/protocol/reqlist.sty @@ -1,6 +1,6 @@ \newcommand{\syntax}[1]{\texttt{#1}} -\newenvironment{description}{Description: }{} +\newenvironment{reqdesc}{Description: }{} \newcommand{\revision}[1]{Revision: #1}