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

Diff for /src/usr.bin/newsyslog/newsyslog.8 between version 1.48 and 1.49

version 1.48, 2011/09/16 19:36:07 version 1.49, 2011/09/26 19:41:56
Line 272 
Line 272 
 .Va \&yy Oc  .Va \&yy Oc
 .Va \&mm Oc  .Va \&mm Oc
 .Va \&dd Oc  .Va \&dd Oc
 .Oo Li \&T  .Oo Va \&T
 .Oo Va \&hh  .Oo Va \&HH
 .Oo Va \&mm  .Oo Va \&MM
 .Oo Va \&ss  .Oo Va \&SS
 .Oc Oc Oc Oc Oc .  .Oc Oc Oc Oc Oc .
 .Sm on  .Sm on
 Optional date fields default to the appropriate component of the  Optional date fields default to the appropriate component of the
Line 308 
Line 308 
 .Pp  .Pp
 .Sy Day, week and month time format:  .Sy Day, week and month time format:
 The lead-in character for day, week and month specification is a  The lead-in character for day, week and month specification is a
 .So Li \&$ Sc Ns -sign .  dollar sign
   .Pq $ .
 The particular format of day, week and month specification is:  The particular format of day, week and month specification is:
 .Op Va D\&hh ,  .Op Li D Ns Ar HH ,
 .Op Va W\&w Ns Op Va D\&hh  .Op Li W Ns Ar w Ns Op Li D Ns Ar HH ,
 and  and
 .Op Va M\&dd Ns Op Va D\&hh ,  .Op Li M Ns Ar dd Ns Op Li D Ns Ar HH ,
 respectively.  respectively.
 Optional time fields default to midnight.  Optional time fields default to midnight.
 The ranges for day and hour specifications are:  The ranges for day and hour specifications are:
 .Pp  .Pp
 .Bl -tag -width Ds -compact -offset indent  .Bl -tag -width Ds -compact -offset indent
 .It Ar hh  .It Ar HH
 hours, range 0 ... 23  hours, range 0 ... 23
 .It Ar w  .It Ar w
 day of week, range 0 ... 6, 0 = Sunday  day of week, range 0 ... 6, 0 = Sunday
Line 333 
Line 334 
 .Pp  .Pp
 .Sy Some examples:  .Sy Some examples:
 .Bl -tag -width Ds -compact -offset indent  .Bl -tag -width Ds -compact -offset indent
 .It Ar $D0  .It Li $D0
 rotate every night at midnight  rotate every night at midnight
 (same as  (same as
 .Ar @T00 )  .Li @T00 )
 .It Ar $D23  .It Li $D23
 rotate every day at 23:00 hr  rotate every day at 23:00 hr
 (same as  (same as
 .Ar @T23 )  .Li @T23 )
 .It Ar $W0D23  .It Li $W0D23
 rotate every week on Sunday at 23:00 hr  rotate every week on Sunday at 23:00 hr
 .It Ar $W5D16  .It Li $W5D16
 rotate every week on Friday at 16:00 hr  rotate every week on Friday at 16:00 hr
 .It Ar $M1D0  .It Li $M1D0
 rotate on the first day of every month at midnight  rotate on the first day of every month at midnight
 (i.e., the start of the day; same as  (i.e., the start of the day; same as
 .Ar @01T00 )  .Li @01T00 )
 .It Ar $M5D6  .It Li $M5D6
 rotate on every 5th day of the month at 6:00 hr  rotate on every 5th day of the month at 6:00 hr
 (same as  (same as
 .Ar @05T06 )  .Li @05T06 )
 .El  .El
 .Pp  .Pp
 .It Ar flags  .It Ar flags

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49