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

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1991 Regents of the University of California. .\" $NetBSD: assert.3,v 1.5 1994/11/30 15:24:30 jtc Exp $
.\" All rights reserved. .\"
.\" 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 .\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)assert.3 6.3 (Berkeley) 4/19/91 .\" @(#)assert.3 8.1 (Berkeley) 6/9/93
.\" $Id: assert.3,v 1.4 1993/12/16 00:19:18 jtc Exp $
.\" .\"
.Dd April 19, 1991 .Dd June 9, 1993
.Dt ASSERT 3 .Dt ASSERT 3
.Os .Os
.Sh NAME .Sh NAME
@ -88,3 +89,8 @@ The
.Fn assert .Fn assert
macro conforms to macro conforms to
.St -ansiC . .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. .\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $
.\" All rights reserved. .\"
.\" 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 .\" This code is derived from software contributed to Berkeley by
.\" Paul Vixie. .\" Paul Vixie.
@ -31,10 +33,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)bitstring.3 5.4 (Berkeley) 4/19/91 .\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93
.\" $Id: bitstring.3,v 1.3 1993/08/25 22:25:05 cgd Exp $
.\" .\"
.Dd April 19, 1991 .Dd July 19, 1993
.Dt BITSTRING 3 .Dt BITSTRING 3
.Os BSD 4 .Os BSD 4
.Sh NAME .Sh NAME
@ -176,6 +177,5 @@ make_lpr_available()
.Xr malloc 3 .Xr malloc 3
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm bitstring
functions are functions first appeared in 4.4BSD.
.Ud .

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 .\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)end.3 6.3 (Berkeley) 4/19/91 .\" @(#)end.3 6.4 (Berkeley) 1/24/94
.\" $Id: end.3,v 1.3 1993/12/16 00:22:31 jtc Exp $
.\" .\"
.Dd April 19, 1991 .Dd January 24, 1994
.Dt END 3 .Dt END 3
.Os .Os
.Sh NAME .Sh NAME

View File

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

View File

@ -1,5 +1,7 @@
.\" Copyright (c) 1993 .\" $NetBSD: queue.3,v 1.2 1994/11/30 15:24:36 jtc Exp $
.\" The Regents of the University of California. All rights reserved. .\"
.\" Copyright (c) 1993 The Regents of the University of California.
.\" All rights reserved.
.\" .\"
.\" Redistribution and use in source and binary forms, with or without .\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions .\" 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt QUEUE 3
.Os BSD 4 .Os BSD 4
.Sh NAME .Sh NAME

View File

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