Changeset 530

Show
Ignore:
Timestamp:
02/18/07 15:17:35 (2 years ago)
Author:
hollow
Message:

add more rpcref commands

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/manual/rpcref/commands.tex

    r522 r530  
    22 
    33% synopsis 
     4\newcommand{\rpcsynopsisempty}[1]{ 
     5        \subsection*{Synopsis} 
     6 
     7        \begin{quote} 
     8        \texttt{#1()} 
     9        \end{quote} 
     10} 
     11 
    412\newenvironment{rpcsynopsis}[2]{ 
    513        \subsection*{Synopsis} 
     
    2129}{} 
    2230 
    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
    2533\newcommand{\rpcownerchecks}[0]{needs to pass owner checks} 
    2634\newcommand{\rpcnoownerchecks}[0]{does not need to pass owner checks} 
     
    6068% errors 
    6169\newcommand{\rpcnoerrors}[0]{ 
    62         \subsection*{Return Value
     70        \subsection*{Errors
    6371 
    6472        This method does not return any errors beside the generic method errors.