diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-20 19:13:54 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-20 19:13:54 +0000 |
commit | 830a10b319d26ee7b6f3eb8665babba0e0ac79e4 (patch) | |
tree | 4a165781579a52a2be9acd69a9e13776b6859b88 /usr.bin/touch/touch.1 | |
parent | 0bf4fe4099130f3bde49ad6a4922b072f7725b92 (diff) |
Remove redundant rw() function, which is unsafe and, well, redundant.
ok tedu@ deraadt@
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 |