[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.18 and 1.19

version 1.18, 2011/08/20 06:44:24 version 1.19, 2011/08/20 07:47:10
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]  .Sm off
   .Op Fl "d " Ar YYYY No - Ar MM No - Ar DDThh : Ar mm : Ar SS Oo \&. Ar frac Oc Op Ar Z
   .Sm on
 .Op Fl r Ar file  .Op Fl r Ar file
 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]  .Op Fl t Oo Ns Oo Ar CC Oc Ns Ar YY Oc Ns Ar MMDDhhmm Ns Op \&. Ns Ar SS
 .Ar  .Ar
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
Line 66 
Line 68 
 .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]  .Sm off
   .It Fl "d " Ar YYYY No - Ar MM No - Ar DDThh : Ar mm : Ar SS Oo \&. Ar frac Oc Op Ar Z
   .Sm on
 Change the access and modification times to the specified time.  Change the access and modification times to the specified time.
 The argument should be in the form  The argument should be in the form
 .Dq YYYY-MM-DDThh:mm:SS[.frac][Z]  .Dq YYYY-MM-DDThh:mm:SS[.frac][Z]
Line 106 
Line 110 
 .It Fl r Ar file  .It Fl r Ar file
 Use the access and modification times from the specified file  Use the access and modification times from the specified file
 instead of the current time of day.  instead of the current time of day.
 .It Fl t Ar [[CC]YY]MMDDhhmm[.SS]  .It Fl t Oo Ns Oo Ar CC Oc Ns Ar YY Oc Ns Ar MMDDhhmm Ns Op \&. Ns Ar SS
 Change the access and modification times to the specified time.  Change the access and modification times to the specified time.
 The argument should be in the form  The argument should be in the form
 .Dq [[CC]YY]MMDDhhmm[.SS]  .Dq [[CC]YY]MMDDhhmm[.SS]

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