[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.9 and 1.10

version 1.9, 2003/06/10 09:12:12 version 1.10, 2005/04/20 19:13:53
Line 41 
Line 41 
 .Nd change file access and modification times  .Nd change file access and modification times
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm touch  .Nm touch
 .Op Fl acfm  .Op Fl acm
 .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 file Op Ar ...  .Ar file Op Ar ...
Line 65 
Line 65 
 .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 f  
 Attempt to force the update, even if the file permissions do not  
 currently permit it.  
 .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

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10