diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 11:06:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 11:06:45 +0000 |
commit | 0e1f7dd574c9751300cf61258b7ec8f279e6ad6e (patch) | |
tree | 3ac0655565c93d520a18455e8b235272d5a4a6b8 /usr.bin/touch/touch.1 | |
parent | 4c662fb146be20a87e288bb89bd9a75b9fe99c9e (diff) |
-r and -t take arguments; from Igor Sobrado
Diffstat (limited to 'usr.bin/touch/touch.1')
-rw-r--r-- | usr.bin/touch/touch.1 | 6 |
1 files 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] |