=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/touch/touch.1,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/touch/touch.1 2003/06/10 09:12:12 1.9 --- src/usr.bin/touch/touch.1 2005/04/20 19:13:53 1.10 *************** *** 1,4 **** ! .\" $OpenBSD: touch.1,v 1.9 2003/06/10 09:12:12 jmc Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 --- 1,4 ---- ! .\" $OpenBSD: touch.1,v 1.10 2005/04/20 19:13:53 otto Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 *************** *** 41,47 **** .Nd change file access and modification times .Sh SYNOPSIS .Nm touch ! .Op Fl acfm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] .Ar file Op Ar ... --- 41,47 ---- .Nd change file access and modification times .Sh SYNOPSIS .Nm touch ! .Op Fl acm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] .Ar file Op Ar ... *************** *** 65,73 **** .Nm utility does not treat this as an error. 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 Change the modification time of the file. The access time of the file is not changed unless the --- 65,70 ----