Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Rename manual page for RealTek RTL81[23]9 dri...



details:   https://anonhg.NetBSD.org/src/rev/bd8d65a09e8d
branches:  trunk
changeset: 485407:bd8d65a09e8d
user:      haya <haya%NetBSD.org@localhost>
date:      Thu Apr 27 08:56:42 2000 +0000

description:
Rename manual page for RealTek RTL81[23]9 driver.  This is copied from
rl.4 rev 1.2.

diffstat:

 share/man/man4/rl.4  |  60 ----------------------------------------------------
 share/man/man4/rtk.4 |  60 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 60 deletions(-)

diffs (128 lines):

diff -r 9f3d222c3cdb -r bd8d65a09e8d share/man/man4/rl.4
--- a/share/man/man4/rl.4       Thu Apr 27 05:30:22 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-.\"    $NetBSD: rl.4,v 1.2 2000/02/12 20:01:32 he Exp $
-.\"
-.\" Copyright (c) 2000 Manuel Bouyer
-.\" All rights reserved.
-.\"
-.\" 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 acknowledgements:
-.\"      This product includes software developed by Manuel Bouyer
-.\" 4. The name of the author may not be used to endorse or promote products
-.\"    derived from this software without specific prior written permission
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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 February 6, 2000
-.Dt RL 4
-.Os
-.Sh NAME
-.Nm rl
-.Nd Ethernet driver for RealTek 8129/8139 based ethernet boards
-.Sh SYNOPSIS
-.Cd "rl* at pci? dev ? function ?"
-.Pp
-Configuration of PHYs are necessary.  See
-.Xr mii 4 .
-.Sh DESCRIPTION
-The
-.Nm rl
-device driver supports network adapters based on
-the RealTek 8129/8139 chips.
-.Pp
-.Sh MEDIA SELECTION
-Media selection is done using
-.Xr ifconfig 8
-using the standard
-.Xr ifmedia 4
-mechanism.  Refer to those manual pages for more information.
-.Pp
-.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr ifmedia 4 ,
-.Xr netintro 4 ,
-.Xr pci 4 ,
-.Xr mii 4
diff -r 9f3d222c3cdb -r bd8d65a09e8d share/man/man4/rtk.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/rtk.4      Thu Apr 27 08:56:42 2000 +0000
@@ -0,0 +1,60 @@
+.\"    $NetBSD: rtk.4,v 1.1 2000/04/27 08:56:42 haya Exp $
+.\"
+.\" Copyright (c) 2000 Manuel Bouyer
+.\" All rights reserved.
+.\"
+.\" 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 acknowledgements:
+.\"      This product includes software developed by Manuel Bouyer
+.\" 4. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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 February 6, 2000
+.Dt RTK 4
+.Os
+.Sh NAME
+.Nm rtk
+.Nd Ethernet driver for RealTek 8129/8139 based ethernet boards
+.Sh SYNOPSIS
+.Cd "rtk* at pci? dev ? function ?"
+.Pp
+Configuration of PHYs are necessary.  See
+.Xr mii 4 .
+.Sh DESCRIPTION
+The
+.Nm rtk
+device driver supports network adapters based on
+the RealTek 8129/8139 chips.
+.Pp
+.Sh MEDIA SELECTION
+Media selection is done using
+.Xr ifconfig 8
+using the standard
+.Xr ifmedia 4
+mechanism.  Refer to those manual pages for more information.
+.Pp
+.Sh SEE ALSO
+.Xr ifconfig 8 ,
+.Xr ifmedia 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr mii 4



Home | Main Index | Thread Index | Old Index