[BACK]Return to at.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Diff for /src/usr.bin/at/at.1 between version 1.33 and 1.34

version 1.33, 2005/09/30 20:34:25 version 1.34, 2007/03/26 13:55:42
Line 33 
Line 33 
 .Nd queue, examine or delete jobs for later execution  .Nd queue, examine or delete jobs for later execution
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm at  .Nm at
 .Op Fl blm  .Op Fl bm
 .Op Fl f Ar file  .Op Fl f Ar file
   .Op Fl l Op Ar user ...
 .Op Fl q Ar queue  .Op Fl q Ar queue
 .Fl t Ar time_arg  .Fl t Ar time_arg | timespec
 .Nm at  .Nm at
 .Op Fl blm  
 .Op Fl f Ar file  
 .Op Fl q Ar queue  
 .Ar timespec  
 .Nm at  
 .Fl c | r  .Fl c | r
 .Ar job Op Ar job ...  .Ar job ...
 .Nm batch  .Nm batch
 .Op Fl m  .Op Fl m
 .Op Fl f Ar file  .Op Fl f Ar file
Line 83 
Line 79 
 .It Fl b  .It Fl b
 An alias for  An alias for
 .Nm batch .  .Nm batch .
 .It Fl c  .It Fl c Ar job ...
 Prints the jobs listed on the command line to standard output.  Prints the jobs listed on the command line to standard output.
 .It Fl f Ar file  .It Fl f Ar file
 Reads the job from  Reads the job from
 .Ar file  .Ar file
 rather than standard input.  rather than standard input.
 .It Fl l  .It Fl l Op Ar user ...
 Lists the user's pending jobs, unless the user is the superuser.  Displays the queue of jobs which are currently awaiting execution.
 In that case, all users' jobs are listed.  If a
 .\" XXX - should document that user names may be specified (like atq)  .Ar user
   argument is specified, only jobs belonging to that user will
   be displayed.
   Unless the user is the superuser, only the user's own jobs will be
   displayed.
 .It Fl m  .It Fl m
 Send mail to the user when the job has completed, even if there was no  Send mail to the user when the job has completed, even if there was no
 output.  output.
Line 123 
Line 123 
 option and  option and
 .Nm at  .Nm at
 is given a specific queue, only jobs pending in that queue will be shown.  is given a specific queue, only jobs pending in that queue will be shown.
 .It Fl r  .It Fl r Ar job ...
 Remove the specified job(s) from the  Remove the specified job(s) from the
 .Nm at  .Nm at
 queue.  queue.
Line 307 
Line 307 
 deny permission control  deny permission control
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO
   .Xr atq 1 ,
   .Xr atrm 1 ,
 .Xr nice 1 ,  .Xr nice 1 ,
 .Xr sh 1 ,  .Xr sh 1 ,
 .Xr touch 1 ,  .Xr touch 1 ,

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34