new rcsid format. what is the format for shell scripts
This commit is contained in:
parent
244eb8b5c5
commit
7025c9c2f2
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 4/17/94
|
||||
# $Id: Makefile,v 1.5 1994/10/17 21:43:15 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1995/03/26 09:44:29 glass Exp $
|
||||
# @(#)Makefile 8.2 (Berkeley) 4/17/94
|
||||
|
||||
PROG= compress
|
||||
SRCS= compress.c zopen.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: compress.1,v 1.5 1995/03/26 09:44:34 glass Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1986, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -33,8 +35,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)compress.1 8.2 (Berkeley) 4/18/94
|
||||
.\" $Id: compress.1,v 1.4 1994/10/17 21:43:16 cgd Exp $
|
||||
.\" @(#)compress.1 8.2 (Berkeley) 4/18/94
|
||||
.\"
|
||||
.Dd April 18, 1994
|
||||
.Dt COMPRESS 1
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: compress.c,v 1.9 1995/03/26 09:44:38 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -38,8 +40,11 @@ static char copyright[] =
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)compress.c 8.2 (Berkeley) 1/7/94";*/
|
||||
static char *rcsid = "$Id: compress.c,v 1.8 1994/12/24 16:27:18 cgd Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: compress.c,v 1.9 1995/03/26 09:44:38 glass Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -31,8 +31,8 @@
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# from: @(#)zcat.sh 8.1 (Berkeley) 6/6/93
|
||||
# $Id: zcat.sh,v 1.2 1994/06/13 14:48:36 cgd Exp $
|
||||
# @(#)zcat.sh 8.1 (Berkeley) 6/6/93
|
||||
# $NetBSD: zcat.sh,v 1.3 1995/03/26 09:44:45 glass Exp $
|
||||
#
|
||||
|
||||
uncompress -c $*
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: zopen.3,v 1.3 1995/03/26 09:44:49 glass Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@ -29,8 +31,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)zopen.3 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id: zopen.3,v 1.2 1994/06/13 14:48:40 cgd Exp $
|
||||
.\" @(#)zopen.3 8.1 (Berkeley) 6/9/93
|
||||
.\"
|
||||
.Dd June 9, 1993
|
||||
.Dt ZOPEN 3
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: zopen.c,v 1.5 1995/03/26 09:44:53 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1985, 1986, 1992, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -36,8 +38,11 @@
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char sccsid[] = "from: @(#)zopen.c 8.1 (Berkeley) 6/27/93";*/
|
||||
static char *rcsid = "$Id: zopen.c,v 1.4 1994/10/06 16:43:19 mycroft Exp $";
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: zopen.c,v 1.5 1995/03/26 09:44:53 glass Exp $";
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*-
|
||||
|
Loading…
Reference in New Issue
Block a user