summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-21 05:46:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-21 05:46:57 +0000
commit0e076b5270314c66f9d1ca9b9170941ace63706b (patch)
tree2504a28e3ba38bdfd661c896e5091734907c141c /bin
parentfa985cfcb2d6273f223f96456ba84ba385dc318b (diff)
correct [yy]yy stuff in manpages and usage
Diffstat (limited to 'bin')
-rw-r--r--bin/date/date.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.c b/bin/date/date.c
index eef362dcbd8..8a855d444ad 100644
--- a/bin/date/date.c
+++ b/bin/date/date.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: date.c,v 1.7 1997/07/23 14:39:13 kstailey Exp $ */
+/* $OpenBSD: date.c,v 1.8 1997/08/21 05:46:55 deraadt Exp $ */
/* $NetBSD: date.c,v 1.11 1995/09/07 06:21:05 jtc Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: date.c,v 1.7 1997/07/23 14:39:13 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: date.c,v 1.8 1997/08/21 05:46:55 deraadt Exp $";
#endif
#endif /* not lint */
@@ -251,6 +251,6 @@ usage()
{
(void)fprintf(stderr,
"usage: date [-nu] [-d dst] [-r seconds] [-t west] [+format]\n");
- (void)fprintf(stderr, " [yy[mm[dd[hh]]]]mm[.ss]]\n");
+ (void)fprintf(stderr, " [[[yy]yy[mm[dd[hh]]]]mm[.ss]]\n");
exit(1);
}