Source-Changes-HG archive

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

[src/netbsd-8]: src/share/man/man4 Pull up the following, requested by maya i...



details:   https://anonhg.NetBSD.org/src/rev/38c3cc47b328
branches:  netbsd-8
changeset: 852074:38c3cc47b328
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Oct 31 09:26:51 2018 +0000

description:
Pull up the following, requested by maya in ticket #1072:

        distrib/sets/lists/man/mi               (patch)
        share/man/man4/bwfm.4                   1.3 (patch)

Add bwfm man page.

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/bwfm.4   |  58 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 2 deletions(-)

diffs (80 lines):

diff -r 255d434532ff -r 38c3cc47b328 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Wed Oct 31 09:23:00 2018 +0000
+++ b/share/man/man4/Makefile   Wed Oct 31 09:26:51 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.637.2.2 2018/05/12 10:35:45 martin Exp $
+#      $NetBSD: Makefile,v 1.637.2.3 2018/10/31 09:26:51 martin Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -15,7 +15,7 @@
        bio.4 bktr.4 bluetooth.4 bmtphy.4 bpf.4 bpfjit.4 \
        brgphy.4 bridge.4 bthidev.4 bthub.4 btkbd.4 \
        btmagic.4 btms.4 btsco.4 btuart.4 \
-       bwi.4 \
+       bwfm.4 bwi.4 \
        cac.4 can.4 canloop.4 cardbus.4 carp.4 cas.4 ccd.4 cd.4 \
        cec.4 cgd.4 cfb.4 ch.4 chipsfb.4 ciphy.4 ciss.4 clcs.4 clct.4 \
        clockctl.4 cmdide.4 cmpci.4 cms.4 cnw.4 \
diff -r 255d434532ff -r 38c3cc47b328 share/man/man4/bwfm.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/bwfm.4     Wed Oct 31 09:26:51 2018 +0000
@@ -0,0 +1,58 @@
+.\" $NetBSD: bwfm.4,v 1.3.4.2 2018/10/31 09:26:51 martin Exp $
+.\"
+.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
+.\" 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.
+.\"
+.\" 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 5, 2018
+.Dt BWFM 4
+.Os
+.Sh NAME
+.Nm bwfm
+.Nd Broadcom and Cypress wireless network driver
+.Sh SYNOPSIS
+.Cd "bwfm* at uhub? port ?"
+.Cd "bwfm* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Broadcom and Cypress FullMAC network adapters.
+.Sh SEE ALSO
+.Xr bwi 4 ,
+.\".Xr ifconfig 4 ,
+.Xr ifmedia 4 ,
+.Xr usb 4 ,
+.Xr ifconfig.if 5 ,
+.Xr wpa_supplicant 8
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt
+.Aq Mt patrick%blueri.se@localhost
+and ported to
+.Nx
+by
+.An Jared D. McNeill
+.Aq Mt jmcneill%NetBSD.org@localhost .



Home | Main Index | Thread Index | Old Index