diff options
author | 2000-09-20 13:27:25 +0000 | |
---|---|---|
committer | 2000-09-20 13:27:25 +0000 | |
commit | 6049d51723e686de4413682ff3abfd1c9983e1ca (patch) | |
tree | 0cf4144b0d11426e6bd10aee0febd634af439fe4 | |
parent | Y2K fix for obsolescent time format: found by Camiel Dobbelaar. (diff) | |
download | wireguard-openbsd-6049d51723e686de4413682ff3abfd1c9983e1ca.tar.xz wireguard-openbsd-6049d51723e686de4413682ff3abfd1c9983e1ca.zip |
fix pasto and comma splice
-rw-r--r-- | usr.bin/touch/touch.1 | 6 |
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 . |