Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Add a very short man page for mainbus (follow...



details:   https://anonhg.NetBSD.org/src/rev/237572695438
branches:  trunk
changeset: 485633:237572695438
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue May 02 11:42:06 2000 +0000

description:
Add a very short man page for mainbus (following my philosophy that
every device in the config file should have a man page).

diffstat:

 share/man/man4/Makefile  |   5 ++-
 share/man/man4/mainbus.4 |  55 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 2 deletions(-)

diffs (79 lines):

diff -r ca92bbe74a56 -r 237572695438 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue May 02 11:41:24 2000 +0000
+++ b/share/man/man4/Makefile   Tue May 02 11:42:06 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.146 2000/05/01 22:46:43 augustss Exp $
+#      $NetBSD: Makefile,v 1.147 2000/05/02 11:42:06 augustss Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 awi.4 bha.4 \
@@ -8,7 +8,8 @@
        fd.4 fpa.4 fms.4 fxp.4 gre.4 \
        icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 \
        iophy.4 ip.4 ipip.4 ipkdb.4 iso.4 isp.4 lc.4 lkm.4 lo.4 lxtphy.4 \
-       mbe.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 ncr.4 ne.4 netintro.4 \
+       mainbus.4 mbe.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 \
+       ncr.4 ne.4 netintro.4 \
        ns.4 nsip.4 nsphy.4 ntwoc.4 null.4 opl.4 options.4 pcdisplay.4 \
        pciide.4 pckbc.4 pckbd.4 pcppi.4 pcscp.4 pms.4 ppp.4 \
        pty.4 puc.4 qsphy.4 raid.4 ray.4 rnd.4 route.4 rtk.4 scsi.4 sd.4 \
diff -r ca92bbe74a56 -r 237572695438 share/man/man4/mainbus.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/mainbus.4  Tue May 02 11:42:06 2000 +0000
@@ -0,0 +1,55 @@
+.\" $NetBSD: mainbus.4,v 1.1 2000/05/02 11:42:06 augustss Exp $
+.\"
+.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd May 02, 2000
+.Dt MAINBUS 4
+.Os
+.Sh NAME
+.Nm mainbus
+.Nd pseudo top level "bus"
+.Sh SYNOPSIS
+.Cd "mainbus0 at root"
+.Cd "XX       at mainbus0"
+.Pp
+.Sh DESCRIPTION
+The
+.Nm
+is not a real bus, but serves as the top level device to which other
+busses and drivers attach.
+.Sh SEE ALSO
+.Xr autoconf 4 ,
+.Xr intro 4 ,
+.Xr config 8
\ No newline at end of file



Home | Main Index | Thread Index | Old Index