diff options
Diffstat (limited to 'gnu/usr.bin/cvs/cvsinit')
-rw-r--r-- | gnu/usr.bin/cvs/cvsinit/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/cvsinit/cvsinit.8 | 2 | ||||
-rw-r--r-- | gnu/usr.bin/cvs/cvsinit/cvsinit.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile index 601d4eac576cd..dd2afc266d991 100644 --- a/gnu/usr.bin/cvs/cvsinit/Makefile +++ b/gnu/usr.bin/cvs/cvsinit/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1995/12/11 04:24:11 peter Exp $ +# $Id: Makefile,v 1.1.8.1 1996/02/23 12:18:27 peter Exp $ MAN8= cvsinit.8 diff --git a/gnu/usr.bin/cvs/cvsinit/cvsinit.8 b/gnu/usr.bin/cvs/cvsinit/cvsinit.8 index 1012d62b687eb..9d7587db1e8e2 100644 --- a/gnu/usr.bin/cvs/cvsinit/cvsinit.8 +++ b/gnu/usr.bin/cvs/cvsinit/cvsinit.8 @@ -2,7 +2,7 @@ .ds Rv \\$4 .ds Dt \\$5 .. -.Id @(#)ccvs/man:$Name: $:$Id: cvsinit.8,v 1.2 1995/11/14 20:48:54 woods Exp $ +.Id @(#)ccvs/man:$Name: RELENG_2_1_5_RELEASE $:$Id: cvsinit.8,v 1.2 1995/12/10 23:06:49 peter Exp $ .TH CVSINIT 8 "\*(Dt" .\" Full space in nroff; half space in troff .de SP diff --git a/gnu/usr.bin/cvs/cvsinit/cvsinit.sh b/gnu/usr.bin/cvs/cvsinit/cvsinit.sh index 020e0548999f5..e8b0f809b6fc9 100644 --- a/gnu/usr.bin/cvs/cvsinit/cvsinit.sh +++ b/gnu/usr.bin/cvs/cvsinit/cvsinit.sh @@ -1,7 +1,7 @@ #! /bin/sh : # -#ident "@(#)cvs:$Name: $:$Id: cvsinit.sh,v 1.5 1996/01/11 05:56:35 peter Exp $" +#ident "@(#)cvs:$Name: RELENG_2_1_5_RELEASE $:$Id: cvsinit.sh,v 1.2.6.1 1996/02/23 12:18:28 peter Exp $" # Copyright (c) 1992, Brian Berliner # # You may distribute under the terms of the GNU General Public License as |