=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/touch/touch.1,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/touch/touch.1 2014/06/03 15:56:53 1.32 --- src/usr.bin/touch/touch.1 2015/09/12 16:25:32 1.33 *************** *** 1,4 **** ! .\" $OpenBSD: touch.1,v 1.32 2014/06/03 15:56:53 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.33 2015/09/12 16:25:32 schwarze Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 *************** *** 33,39 **** .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" ! .Dd $Mdocdate: June 3 2014 $ .Dt TOUCH 1 .Os .Sh NAME --- 33,39 ---- .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" ! .Dd $Mdocdate: September 12 2015 $ .Dt TOUCH 1 .Os .Sh NAME *************** *** 42,49 **** .Sh SYNOPSIS .Nm touch .Op Fl acm .Sm off ! .Op Fl "d " Ar ccyy No - Ar mm No - Ar dd Li T Ar HH : Ar MM : Ar SS Oo \&. Ar frac Oc Op Li Z .Sm on .Op Fl r Ar file .Op Fl t Oo Ns Oo Ar cc Oc Ns Ar yy Oc Ns Ar mmddHHMM Ns Op \&. Ns Ar SS --- 42,50 ---- .Sh SYNOPSIS .Nm touch .Op Fl acm + .Op Fl d .Sm off ! .Ar ccyy No - Ar mm No - Ar dd Cm T Ar HH : MM : SS Oo \&. Ar frac Oc Op Cm Z .Sm on .Op Fl r Ar file .Op Fl t Oo Ns Oo Ar cc Oc Ns Ar yy Oc Ns Ar mmddHHMM Ns Op \&. Ns Ar SS *************** *** 68,76 **** .Nm utility does not treat this as an error. No error messages are displayed and the exit value is not affected. .Sm off ! .It Fl "d " Ar ccyy No - Ar mm No - Ar dd Li T Ar HH : Ar MM : Ar SS Oo \&. Ar frac Oc Op Li Z .Sm on Change the access and modification times to the specified time, in a format compliant with the .St -iso8601 --- 69,79 ---- .Nm utility does not treat this as an error. No error messages are displayed and the exit value is not affected. + .It Xo Fl d .Sm off ! .Ar ccyy No - Ar mm No - Ar dd Cm T Ar HH : MM : SS Oo \&. Ar frac Oc Op Cm Z .Sm on + .Xc Change the access and modification times to the specified time, in a format compliant with the .St -iso8601 *************** *** 86,92 **** .It Ar dd Day: a number from 1 to 31. ! .It Li T Either the capital letter .Sq T or a single space. --- 89,95 ---- .It Ar dd Day: a number from 1 to 31. ! .It Cm T Either the capital letter .Sq T or a single space. *************** *** 106,112 **** The decimal fraction of the second, either a period or comma, followed by one or more decimal digits. ! .It Li Z The timezone specifier: a capital letter .Sq Z indicating that the time is in UTC. --- 109,115 ---- The decimal fraction of the second, either a period or comma, followed by one or more decimal digits. ! .It Cm Z The timezone specifier: a capital letter .Sq Z indicating that the time is in UTC.