This commit is contained in:
cgd 1995-02-27 13:06:20 +00:00
parent 1c44409a29
commit 7ce7ea9415
9 changed files with 18 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.6 1994/12/22 10:15:29 cgd Exp $
# $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
.PATH: ${.CURDIR}/nls

View File

@ -1,3 +1,5 @@
.\" $NetBSD: catclose.3,v 1.3 1995/02/27 13:06:26 cgd Exp $
.\"
.\" Copyright (c) 1994 Winning Strategies, Inc.
.\" All rights reserved.
.\"
@ -26,8 +28,6 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: catclose.3,v 1.2 1994/11/18 15:36:11 jtc Exp $
.\"
.Dd May 29, 1994
.Dt CATCLOSE 3
.Os

View File

@ -1,3 +1,5 @@
/* $NetBSD: catclose.c,v 1.4 1995/02/27 13:06:30 cgd Exp $ */
/*
* Written by J.T. Conklin, 10/05/94
* Public domain.

View File

@ -1,3 +1,5 @@
.\" $NetBSD: catgets.3,v 1.4 1995/02/27 13:06:35 cgd Exp $
.\"
.\" Copyright (c) 1994 Winning Strategies, Inc.
.\" All rights reserved.
.\"
@ -26,8 +28,6 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: catgets.3,v 1.3 1994/11/18 15:36:14 jtc Exp $
.\"
.Dd May 29, 1994
.Dt CATGETS 3
.Os

View File

@ -1,3 +1,5 @@
/* $NetBSD: catgets.c,v 1.6 1995/02/27 13:06:39 cgd Exp $ */
/*
* Written by J.T. Conklin, 10/05/94
* Public domain.

View File

@ -1,3 +1,5 @@
.\" $NetBSD: catopen.3,v 1.4 1995/02/27 13:06:44 cgd Exp $
.\"
.\" Copyright (c) 1994 Winning Strategies, Inc.
.\" All rights reserved.
.\"
@ -26,8 +28,6 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: catopen.3,v 1.3 1994/12/23 13:04:39 cgd Exp $
.\"
.Dd May 29, 1994
.Dt CATOPEN 3
.Os

View File

@ -1,3 +1,5 @@
/* $NetBSD: catopen.c,v 1.4 1995/02/27 13:06:47 cgd Exp $ */
/*
* Written by J.T. Conklin, 10/05/94
* Public domain.

View File

@ -1,3 +1,5 @@
/* $NetBSD: msgcat.c,v 1.11 1995/02/27 13:06:51 cgd Exp $ */
/***********************************************************
Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts.
@ -31,7 +33,7 @@ up-to-date. Many thanks.
******************************************************************/
#if defined(LIBC_SCCS) && !defined(lint)
static char *rcsid = "$Id: msgcat.c,v 1.10 1994/12/23 13:01:33 cgd Exp $";
static char *rcsid = "$NetBSD: msgcat.c,v 1.11 1995/02/27 13:06:51 cgd Exp $";
#endif /* LIBC_SCCS and not lint */
/* Edit History

View File

@ -1,3 +1,5 @@
/* $NetBSD: msgcat.h,v 1.3 1995/02/27 13:06:55 cgd Exp $ */
/* -*-c++-*- */
#ifndef __msgcath