[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.22 and 1.23

version 1.22, 2002/05/11 23:02:33 version 1.23, 2002/05/13 16:12:07
Line 14 
Line 14 
 .Op Fl blmrv  .Op Fl blmrv
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl q Ar queue  .Op Fl q Ar queue
 .Fl t Ar [[CC]YY]MMDDhhmm[.SS]  .Fl t Ar time_arg
 .Nm at  .Nm at
 .Op Fl blmrv  .Op Fl blmrv
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl q Ar queue  .Op Fl q Ar queue
 .Ar time  .Ar timespec
 .Nm at  .Nm at
 .Fl c Ar job Op Ar job ...  .Fl c Ar job Op Ar job ...
 .Nm atq  .Nm atq
Line 32 
Line 32 
 .Op Fl mv  .Op Fl mv
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl q Ar queue  .Op Fl q Ar queue
 .Op Ar time  .Op Ar timespec
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm at  .Nm at
 and  and
Line 102 
Line 102 
 .It Fl r  .It Fl r
 An alias for  An alias for
 .Nm atrm .  .Nm atrm .
 .It Fl t  .It Fl t Ar time_arg
 Specify the job time using the \*[Px] time format.  Specify the job time using the format specified by
   .Xr touch 1 .
 The argument should be in the form  The argument should be in the form
 .Ar [[CC]YY]MMDDhhmm[.SS]  .Ar [[CC]YY]MMDDhhmm[.SS]
 where each pair of letters represents the following:  where each pair of letters represents the following:
 .Pp  .Pp
 .Bl -tag -width indent -compact -offset indent  .Bl -tag -width Ds -compact -offset indent
 .It Ar CC  .It Ar CC
 The first two digits of the year (the century).  The first two digits of the year (the century).
 .It Ar YY  .It Ar YY
Line 143 
Line 144 
 .Pp  .Pp
 .Nm at  .Nm at
 allows some moderately complex  allows some moderately complex
 .Ar time  .Ar timespec
 specifications.  specifications.
 It accepts times of the form  It accepts times of the form
 .Ar HHMM  .Ar HHMM
Line 209 
Line 210 
 .Pp  .Pp
 The  The
 .Nm at  .Nm at
 utility also supports the \*[Px] time format (see the  utility also supports the time format used by
   .Xr touch 1
   (see the
 .Fl t  .Fl t
 option).  option).
 .Pp  .Pp
Line 290 
Line 293 
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr nice 1 ,  .Xr nice 1 ,
 .Xr sh 1 ,  .Xr sh 1 ,
   .Xr touch 1 ,
 .Xr umask 2 ,  .Xr umask 2 ,
 .Xr atrun 8 ,  .Xr atrun 8 ,
 .Xr cron 8 ,  .Xr cron 8 ,

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23