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

Diff for /src/usr.bin/touch/touch.1 between version 1.17 and 1.18

version 1.17, 2010/09/03 11:09:29 version 1.18, 2011/08/20 06:44:24
Line 42 
Line 42 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm touch  .Nm touch
 .Op Fl acm  .Op Fl acm
   .Op Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][Z]
 .Op Fl r Ar file  .Op Fl r Ar file
 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]  .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]
 .Ar  .Ar
Line 65 
Line 66 
 .Nm  .Nm
 utility does not treat this as an error.  utility does not treat this as an error.
 No error messages are displayed and the exit value is not affected.  No error messages are displayed and the exit value is not affected.
   .It Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][Z]
   Change the access and modification times to the specified time.
   The argument should be in the form
   .Dq YYYY-MM-DDThh:mm:SS[.frac][Z]
   where the parts of the argument represent the following:
   .Pp
   .Bl -tag -width .frac -compact -offset indent
   .It Ar YYYY
   The four digits of the year.
   .It Ar MM
   The month of the year, from 1 to 12.
   .It Ar DD
   The day of the month, from 1 to 31.
   .It Ar T
   Either the capital letter
   .Sq T
   or a single space.
   .It Ar hh
   The hour of the day, from 0 to 23.
   .It Ar mm
   The minute of the hour, from 0 to 59.
   .It Ar SS
   The second of the minute, from 0 to 60.
   .It Ar .frac
   The decimal fraction of the second, either a period or comma, followed
   by one or more decimal digits.
   .It Ar Z
   The timezone specifier, a capital letter
   .Sq Z
   indicating that the time is in UTC.
   If not specified, the time is in the local timezone.
   .El
 .It Fl m  .It Fl m
 Change the modification time of the file.  Change the modification time of the file.
 The access time of the file is not changed unless the  The access time of the file is not changed unless the
Line 105 
Line 138 
 .It Ar mm  .It Ar mm
 The minute of the hour, from 0 to 59.  The minute of the hour, from 0 to 59.
 .It Ar SS  .It Ar SS
 The second of the minute, from 0 to 61.  The second of the minute, from 0 to 60.
 .El  .El
 .Pp  .Pp
 If the  If the

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18