=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/touch/touch.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/touch/touch.1 1996/06/26 05:41:44 1.2 +++ src/usr.bin/touch/touch.1 1998/10/30 00:24:40 1.3 @@ -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 @@ .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 @@ .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