diff options
Diffstat (limited to 'usr.bin/touch/touch.1')
-rw-r--r-- | usr.bin/touch/touch.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 7c63bd5ddef..82715c347c2 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.9 2003/06/10 09:12:12 jmc Exp $ +.\" $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,7 +41,7 @@ .Nd change file access and modification times .Sh SYNOPSIS .Nm touch -.Op Fl acfm +.Op Fl acm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] .Ar file Op Ar ... @@ -65,9 +65,6 @@ The .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 |