From fcf00a7f44d3597c85097eedb492cc25f966ba4f Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 31 Aug 1995 22:10:05 +0000 Subject: [PATCH] Sync with 44lite2 --- usr.bin/touch/touch.1 | 6 +++--- usr.bin/touch/touch.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index a2b5fe3cc5cb..e52a5f365270 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: touch.1,v 1.7 1995/08/30 21:21:21 pk Exp $ +.\" $NetBSD: touch.1,v 1.8 1995/08/31 22:10:05 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,9 +34,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)touch.1 8.2 (Berkeley) 12/30/93 +.\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" -.Dd December 7, 1994 +.Dd April 28, 1995 .Dt TOUCH 1 .Os .Sh NAME diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 8f88019739c1..9465bc0925a9 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -1,4 +1,4 @@ -/* $NetBSD: touch.c,v 1.10 1995/06/07 16:10:22 cgd Exp $ */ +/* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* * Copyright (c) 1993 @@ -41,9 +41,9 @@ static char copyright[] = #ifndef lint #if 0 -static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95"; #endif -static char rcsid[] = "$NetBSD: touch.c,v 1.10 1995/06/07 16:10:22 cgd Exp $"; +static char rcsid[] = "$NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $"; #endif /* not lint */ #include