diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
commit | 33736ffdf1f2ac217360b569f5f830d55f4cfde4 (patch) | |
tree | 73d2123b9938a843493510c640d1ad2be8081211 /usr.bin/touch | |
parent | 0f9fe76e9ba60a970964ebdbc054abf80e947a7d (diff) |
usr.bin/ man page fixes, t-z
Diffstat (limited to 'usr.bin/touch')
-rw-r--r-- | usr.bin/touch/touch.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 17bac8f70ca..d95d3e75b6a 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.2 1996/06/26 05:41:44 deraadt Exp $ +.\" $OpenBSD: touch.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -48,7 +48,7 @@ .Op Fl acfm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] -.Ar file ... +.Ar file Op Ar ... .Sh DESCRIPTION The .Nm touch @@ -106,7 +106,7 @@ value of 20 is used. .It Ar MM The month of the year, from 1 to 12. .It Ar DD -the day of the month, from 1 to 31. +The day of the month, from 1 to 31. .It Ar hh The hour of the day, from 0 to 23. .It Ar mm @@ -128,7 +128,7 @@ letter pair is not specified, the value defaults to 0. .Pp The .Nm touch -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr utimes 2 .Sh COMPATIBILITY |