summaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2000-09-20 13:27:26 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2000-09-20 13:27:26 +0000
commit3e67a0be7cc71d62333cf6fc6fc03c4beaa8044e (patch)
tree0ede9db4cc78222b817c76918b6540d8615edb1d /usr.bin/touch
parent18b1f4fe49dced9313ee58df5ef103f538068625 (diff)
fix pasto and comma splice
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1
index 70d800dde7f..14e1c397a47 100644
--- a/usr.bin/touch/touch.1
+++ b/usr.bin/touch/touch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: touch.1,v 1.5 2000/03/11 21:40:05 aaron Exp $
+.\" $OpenBSD: touch.1,v 1.6 2000/09/20 13:27:25 pjanzen Exp $
.\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -155,9 +155,8 @@ letter pairs are treated as their counterparts specified to the
option.
If the
.Dq YY
-letter pair is in the range 69 to 99, the year is set to 1969 to 1999,
+letter pair is in the range 69 to 99, the year is set from 1969 to 1999;
otherwise, the year is set in the 21st century.
-.At v7 .
.Sh STANDARDS
The
.Nm
@@ -168,3 +167,4 @@ specification.
A
.Nm
utility appeared in
+.At v7 .