Merged with 4.4lite.

Changed to conform to NetBSD's new RCS Id convention.
This commit is contained in:
jtc 1994-11-30 15:24:27 +00:00
parent 705fbb3b75
commit ee52468ada
7 changed files with 45 additions and 32 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.16.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.6 1994/10/06 09:02:21 mycroft Exp $
# $NetBSD: Makefile,v 1.7 1994/11/30 15:24:27 jtc Exp $
# @(#)Makefile 8.2 (Berkeley) 12/13/93
MAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0
MLINKS+=end.3 edata.3 end.3 etext.3

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1991 Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: assert.3,v 1.5 1994/11/30 15:24:30 jtc Exp $
.\"
.\" Copyright (c) 1991, 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
@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)assert.3 6.3 (Berkeley) 4/19/91
.\" $Id: assert.3,v 1.4 1993/12/16 00:19:18 jtc Exp $
.\" @(#)assert.3 8.1 (Berkeley) 6/9/93
.\"
.Dd April 19, 1991
.Dd June 9, 1993
.Dt ASSERT 3
.Os
.Sh NAME
@ -88,3 +89,8 @@ The
.Fn assert
macro conforms to
.St -ansiC .
.Sh HISTORY
A
.Nm assert
macro appeared in
.At v6 .

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" Paul Vixie.
@ -31,10 +33,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bitstring.3 5.4 (Berkeley) 4/19/91
.\" $Id: bitstring.3,v 1.3 1993/08/25 22:25:05 cgd Exp $
.\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93
.\"
.Dd April 19, 1991
.Dd July 19, 1993
.Dt BITSTRING 3
.Os BSD 4
.Sh NAME
@ -176,6 +177,5 @@ make_lpr_available()
.Xr malloc 3
.Sh HISTORY
The
.Nm
functions are
.Ud .
.Nm bitstring
functions first appeared in 4.4BSD.

View File

@ -1,3 +1,7 @@
.\" $NetBSD: end.3,v 1.4 1994/11/30 15:24:33 jtc Exp $
.\"
.\" Copyright (c) 1986
.\" 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
@ -27,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)end.3 6.3 (Berkeley) 4/19/91
.\" $Id: end.3,v 1.3 1993/12/16 00:22:31 jtc Exp $
.\" @(#)end.3 6.4 (Berkeley) 1/24/94
.\"
.Dd April 19, 1991
.Dd January 24, 1994
.Dt END 3
.Os
.Sh NAME

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: intro.3,v 1.4 1994/11/30 15:24:34 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 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
@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)intro.3 6.11 (Berkeley) 7/31/91
.\" $Id: intro.3,v 1.3 1994/10/24 05:38:29 deraadt Exp $
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
.\"
.Dd July 31, 1991
.Dd June 5, 1993
.Dt INTRO 3
.Os BSD 4
.Sh NAME

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
.\" $NetBSD: queue.3,v 1.2 1994/11/30 15:24:36 jtc Exp $
.\"
.\" Copyright (c) 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
@ -29,9 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)queue.3 8.2 (Berkeley) 1/24/94
.\" @(#)queue.3 8.1 (Berkeley) 12/13/93
.\"
.Dd "January 24, 1994"
.Dd "December 13, 1993"
.Dt QUEUE 3
.Os BSD 4
.Sh NAME

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\" $NetBSD: stdarg.3,v 1.3 1994/11/30 15:24:37 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" the American National Standards Committee X3, on Information
@ -33,10 +35,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)stdarg.3 6.8 (Berkeley) 6/29/91
.\" $Id: stdarg.3,v 1.2 1993/08/01 07:37:10 mycroft Exp $
.\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93
.\"
.Dd June 29, 1991
.Dd June 5, 1993
.Dt STDARG 3
.Os
.Sh NAME