diff options
-rw-r--r-- | usr.bin/touch/touch.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 14e1c397a47..6ba8d388c5a 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.6 2000/09/20 13:27:25 pjanzen Exp $ +.\" $OpenBSD: touch.1,v 1.7 2003/01/10 09:12:47 henning Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -78,7 +78,7 @@ The access time of the file is not changed unless the .Fl a flag is also specified. .It Fl r -Use the access and modifications times from the specified file +Use the access and modification times from the specified file instead of the current time of day. .It Fl t Change the access and modification times to the specified time. |