diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-28 22:54:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-08-28 22:54:06 +0000 |
commit | 790cee95d2554d95d099a380bdb07c3872a8d988 (patch) | |
tree | 0f45190ca05948c0eb75a1b799c763465fe40343 /usr.bin/touch | |
parent | d02d2edf49697c69775bec77bb6e50349c522214 (diff) |
remove redundant final paragraph of STANDARDS: it merely repeats what has
already been documented and, worse, is difficult to understand unless
you know that it is tied to the previous paragraph;
ok guenther
Diffstat (limited to 'usr.bin/touch')
-rw-r--r-- | usr.bin/touch/touch.1 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 6cdeaae7a3b..61a21db8eb5 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: touch.1,v 1.22 2011/08/20 20:19:39 jmc Exp $ +.\" $OpenBSD: touch.1,v 1.23 2011/08/28 22:54:05 jmc Exp $ .\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: August 20 2011 $ +.Dd $Mdocdate: August 28 2011 $ .Dt TOUCH 1 .Os .Sh NAME @@ -179,20 +179,6 @@ option is specified, there are at least two arguments, and the first argument is a string of digits either eight or ten characters in length, the first argument is interpreted as a time specification of the form .Dq MMDDhhmm[YY] . -.Pp -The -.Dq MM , -.Dq DD , -.Dq hh -and -.Dq mm -letter pairs are treated as their counterparts specified to the -.Fl t -option. -If the -.Dq YY -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. .Sh HISTORY A .Nm |