From 0e1f7dd574c9751300cf61258b7ec8f279e6ad6e Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 29 Mar 2007 11:06:45 +0000 Subject: -r and -t take arguments; from Igor Sobrado --- usr.bin/touch/touch.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 82715c347c2..fe03668f7cb 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.10 2005/04/20 19:13:53 otto Exp $ +.\" $OpenBSD: touch.1,v 1.11 2007/03/29 11:06:44 jmc Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -70,10 +70,10 @@ Change the modification time of the file. The access time of the file is not changed unless the .Fl a flag is also specified. -.It Fl r +.It Fl r Ar file Use the access and modification times from the specified file instead of the current time of day. -.It Fl t +.It Fl t Ar [[CC]YY]MMDDhhmm[.SS] Change the access and modification times to the specified time. The argument should be in the form .Dq [[CC]YY]MMDDhhmm[.SS] -- cgit v1.2.3