merge with Lite, keeping local changes. Fix up Id format, etc.

This commit is contained in:
cgd 1995-02-27 04:34:25 +00:00
parent b585e843ca
commit d7ab506f38
7 changed files with 31 additions and 16 deletions

View File

@ -1,3 +1,5 @@
.\" $NetBSD: isalnum.3,v 1.4 1995/02/27 04:34:25 cgd Exp $
.\"
.\" Copyright (c) 1991 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: @(#)isalnum.3 5.2 (Berkeley) 6/29/91
.\" $Id: isalnum.3,v 1.3 1993/10/15 00:58:52 jtc Exp $
.\" @(#)isalnum.3 5.2 (Berkeley) 6/29/91
.\"
.Dd June 29, 1991
.Dt ISALNUM 3

View File

@ -1,3 +1,5 @@
.\" $NetBSD: isalpha.3,v 1.4 1995/02/27 04:34:28 cgd Exp $
.\"
.\" Copyright (c) 1991 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: @(#)isalpha.3 5.2 (Berkeley) 6/29/91
.\" $Id: isalpha.3,v 1.3 1993/10/15 00:58:54 jtc Exp $
.\" @(#)isalpha.3 5.2 (Berkeley) 6/29/91
.\"
.Dd June 29, 1991
.Dt ISALPHA 3

View File

@ -1,3 +1,5 @@
.\" $NetBSD: isascii.3,v 1.5 1995/02/27 04:34:30 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991 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: @(#)isascii.3 5.1 (Berkeley) 5/2/91
.\" $Id: isascii.3,v 1.4 1993/10/15 00:58:55 jtc Exp $
.\" @(#)isascii.3 5.1 (Berkeley) 5/2/91
.\"
.Dd May 2, 1991
.Dt ISASCII 3

View File

@ -1,6 +1,8 @@
/* $NetBSD: isatty.c,v 1.4 1995/02/27 04:34:33 cgd Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -32,8 +34,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)isatty.c 5.6 (Berkeley) 2/23/91";*/
static char *rcsid = "$Id: isatty.c,v 1.3 1993/08/26 00:44:49 jtc Exp $";
#if 0
static char sccsid[] = "@(#)isatty.c 8.1 (Berkeley) 6/4/93";
#else
static char rcsid[] = "$NetBSD: isatty.c,v 1.4 1995/02/27 04:34:33 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#include <termios.h>

View File

@ -1,3 +1,5 @@
.\" $NetBSD: isblank.3,v 1.3 1995/02/27 04:34:36 cgd Exp $
.\"
.\" Copyright (c) 1991 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: @(#)isspace.3 5.3 (Berkeley) 7/31/91
.\" $Id: isblank.3,v 1.2 1993/10/04 18:56:53 jtc Exp $
.\" @(#)isspace.3 5.3 (Berkeley) 7/31/91
.\"
.Dd September 14, 1993
.Dt ISBLANK 3

View File

@ -1,3 +1,5 @@
.\" $NetBSD: iscntrl.3,v 1.4 1995/02/27 04:34:39 cgd Exp $
.\"
.\" Copyright (c) 1991 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: @(#)iscntrl.3 5.2 (Berkeley) 6/29/91
.\" $Id: iscntrl.3,v 1.3 1993/10/15 00:58:56 jtc Exp $
.\" @(#)iscntrl.3 5.2 (Berkeley) 6/29/91
.\"
.Dd June 29, 1991
.Dt ISCNTRL 3

View File

@ -1,3 +1,5 @@
/* $NetBSD: isctype.c,v 1.13 1995/02/27 04:34:43 cgd Exp $ */
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
@ -37,8 +39,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)isctype.c 5.2 (Berkeley) 6/1/90";*/
static char *rcsid = "$Id: isctype.c,v 1.12 1994/05/17 04:13:51 cgd Exp $";
#if 0
static char sccsid[] = "@(#)isctype.c 5.2 (Berkeley) 6/1/90";
#else
static char rcsid[] = "$NetBSD: isctype.c,v 1.13 1995/02/27 04:34:43 cgd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
#define _ANSI_LIBRARY