Changeset 530
- Timestamp:
- 02/18/07 15:17:35 (2 years ago)
- Files:
-
- trunk/doc/manual/rpcref/commands.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/manual/rpcref/commands.tex
r522 r530 2 2 3 3 % synopsis 4 \newcommand{\rpcsynopsisempty}[1]{ 5 \subsection*{Synopsis} 6 7 \begin{quote} 8 \texttt{#1()} 9 \end{quote} 10 } 11 4 12 \newenvironment{rpcsynopsis}[2]{ 5 13 \subsection*{Synopsis} … … 21 29 }{} 22 30 23 \newcommand{\rpccapability}[1]{This method requires the \texttt{#1} capability }24 \newcommand{\rpcnocapability}[0]{This method requires no capabilities }31 \newcommand{\rpccapability}[1]{This method requires the \texttt{#1} capability } 32 \newcommand{\rpcnocapability}[0]{This method requires no capabilities } 25 33 \newcommand{\rpcownerchecks}[0]{needs to pass owner checks} 26 34 \newcommand{\rpcnoownerchecks}[0]{does not need to pass owner checks} … … 60 68 % errors 61 69 \newcommand{\rpcnoerrors}[0]{ 62 \subsection*{ Return Value}70 \subsection*{Errors} 63 71 64 72 This method does not return any errors beside the generic method errors.
