]> git.sur5r.net Git - bacula/docs/commitdiff
within a verbatim, use < and > instead of \lt{} etc.
authorDan Langille <dan@langille.org>
Wed, 22 Mar 2006 14:41:55 +0000 (14:41 +0000)
committerDan Langille <dan@langille.org>
Wed, 22 Mar 2006 14:41:55 +0000 (14:41 +0000)
docs/manual/console.tex

index 267a8d7227404e8e9f493b0573e0a0a6dfeea009..7c331d6dfb078823fd0daed9a98d8bf064a8e0cb 100644 (file)
@@ -410,26 +410,26 @@ update storage=xxx pool=yyy slots=1-5,10 barcodes
 \begin{verbatim}
    list jobs
    
-   list jobid=\lt{}id\gt{}           (list jobid id)
+   list jobid=<id>           (list jobid id)
 
-   list ujobid\lt{}unique job name\gt{} (list job with unique name)
+   list ujobid<unique job name> (list job with unique name)
    
-   list job=\lt{}job-name\gt{}   (list all jobs with "job-name")
+   list job=<job-name>   (list all jobs with "job-name")
 
-   list jobname=\lt{}job-name\gt{}  (same as above)
+   list jobname=<job-name>  (same as above)
 
      In the above, you can add "limit=nn" to limit the output to
      nn jobs.
    
    list jobmedia
    
-   list jobmedia jobid=\lt{}id\gt{}
+   list jobmedia jobid=<id>
    
-   list jobmedia job=\lt{}job-name\gt{}
+   list jobmedia job=<job-name>
    
-   list files jobid=\lt{}id\gt{}
+   list files jobid=<id>
    
-   list files job=\lt{}job-name\gt{}
+   list files job=<job-name>
    
    list pools
    
@@ -439,19 +439,19 @@ update storage=xxx pool=yyy slots=1-5,10 barcodes
    
    list volumes
    
-   list volumes jobid=\lt{}id\gt{}
+   list volumes jobid=<id>
    
-   list volumes pool=\lt{}pool-name\gt{}
+   list volumes pool=<pool-name>
    
-   list volumes job=\lt{}job-name\gt{}
+   list volumes job=<job-name>
    
-   list volume=\lt{}volume-name\gt{}  
+   list volume=<volume-name>  
 
-   list nextvolume job=\lt{}job-name\gt{}
+   list nextvolume job=<job-name>
    
-   list nextvol job=\lt{}job-name\gt{}
+   list nextvol job=<job-name>
 
-   list nextvol job=\lt{}job-name\gt{} days=nnn
+   list nextvol job=<job-name> days=nnn
 
 
 
@@ -898,9 +898,9 @@ status [all | dir=\lt{}dir-name\gt{} | director |
    specified device. The forms of the command  are the same as the mount command:
 \footnotesize
 \begin{verbatim}
-unmount storage=\lt{}storage-name\gt{}
+unmount storage=<storage-name>
 
-unmount [ jobid=\lt{}id\gt{} | job=\lt{}job-name\gt{} ]
+unmount [ jobid=<id> | job=<job-name> ]
 \end{verbatim}
 \normalsize