Sync with 44lite2

This commit is contained in:
jtc 1995-08-31 22:10:05 +00:00
parent 1a9159c7ba
commit fcf00a7f44
2 changed files with 6 additions and 6 deletions

View File

@ -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 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt TOUCH 1
.Os .Os
.Sh NAME .Sh NAME

View File

@ -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 * Copyright (c) 1993
@ -41,9 +41,9 @@ static char copyright[] =
#ifndef lint #ifndef lint
#if 0 #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 #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 */ #endif /* not lint */
#include <sys/types.h> #include <sys/types.h>