Module Name:    src
Committed By:   wiz
Date:           Fri Aug 30 09:24:19 UTC 2019

Modified Files:
        src/share/man/man4: aue.4 cue.4 kue.4 sk.4 usbnet.4

Log Message:
Various minor fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/aue.4 src/share/man/man4/sk.4
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/cue.4
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/kue.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/usbnet.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/aue.4
diff -u src/share/man/man4/aue.4:1.22 src/share/man/man4/aue.4:1.23
--- src/share/man/man4/aue.4:1.22	Fri Aug 30 09:22:17 2019
+++ src/share/man/man4/aue.4	Fri Aug 30 09:24:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: aue.4,v 1.22 2019/08/30 09:22:17 wiz Exp $
+.\"	$NetBSD: aue.4,v 1.23 2019/08/30 09:24:19 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 1999
 .\"     Bill Paul <wp...@ee.columbia.edu>. All rights reserved.
@@ -95,7 +95,6 @@ received and transmitted over separate U
 The
 .Nm
 driver supports the following media types:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It autoselect
 Enable automatic selection of the media type and options.
@@ -134,7 +133,6 @@ mode.
 The
 .Nm
 driver supports the following media options:
-.Pp
 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
 .It full-duplex
 Force full duplex operation.
Index: src/share/man/man4/sk.4
diff -u src/share/man/man4/sk.4:1.22 src/share/man/man4/sk.4:1.23
--- src/share/man/man4/sk.4:1.22	Fri Aug 30 09:22:17 2019
+++ src/share/man/man4/sk.4	Fri Aug 30 09:24:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sk.4,v 1.22 2019/08/30 09:22:17 wiz Exp $
+.\"	$NetBSD: sk.4,v 1.23 2019/08/30 09:24:19 wiz Exp $
 .\"
 .\" Copyright (c) 2003, The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -247,7 +247,7 @@ the network connection (cable).
 .Xr intro 4 ,
 .Xr netintro 4 ,
 .Xr pci 4 ,
-.Xr ifconfig.if 5
+.Xr ifconfig.if 5 ,
 .Xr ifconfig 8
 .Rs
 .%T XaQti XMAC II datasheet

Index: src/share/man/man4/cue.4
diff -u src/share/man/man4/cue.4:1.10 src/share/man/man4/cue.4:1.11
--- src/share/man/man4/cue.4:1.10	Fri Aug 30 09:22:17 2019
+++ src/share/man/man4/cue.4	Fri Aug 30 09:24:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cue.4,v 1.10 2019/08/30 09:22:17 wiz Exp $
+.\"	$NetBSD: cue.4,v 1.11 2019/08/30 09:24:19 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 1999, 2000
 .\"     Bill Paul <wp...@ee.columbia.edu>. All rights reserved.
@@ -59,7 +59,8 @@ adapters based on the Computer Access Te
 chipset.
 .Pp
 The USB-EL1202A supports a 512-bit multicast hash filter, single perfect
-filter entry for the station address and promiscuous mode.  Packets are
+filter entry for the station address and promiscuous mode.
+Packets are
 received and transmitted over separate USB bulk transfer endpoints.
 .Pp
 The CATC adapter supports only 10Mbps half-duplex mode, hence there are no

Index: src/share/man/man4/kue.4
diff -u src/share/man/man4/kue.4:1.14 src/share/man/man4/kue.4:1.15
--- src/share/man/man4/kue.4:1.14	Fri Aug 30 09:22:17 2019
+++ src/share/man/man4/kue.4	Fri Aug 30 09:24:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kue.4,v 1.14 2019/08/30 09:22:17 wiz Exp $
+.\"	$NetBSD: kue.4,v 1.15 2019/08/30 09:24:19 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 1999, 2000
 .\"     Bill Paul <wp...@ee.columbia.edu>. All rights reserved.
@@ -71,7 +71,8 @@ driver provides support for USB
 adapters based on the Kawasaki LSI KL5KLUSB101B chipset.
 .Pp
 The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
-filter entry for the station address and promiscuous mode.  Packets are
+filter entry for the station address and promiscuous mode.
+Packets are
 received and transmitted over separate USB bulk transfer endpoints.
 .Pp
 The Kawasaki adapter supports only 10Mbps half-duplex mode, hence there

Index: src/share/man/man4/usbnet.4
diff -u src/share/man/man4/usbnet.4:1.2 src/share/man/man4/usbnet.4:1.3
--- src/share/man/man4/usbnet.4:1.2	Fri Aug 30 09:22:17 2019
+++ src/share/man/man4/usbnet.4	Fri Aug 30 09:24:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: usbnet.4,v 1.2 2019/08/30 09:22:17 wiz Exp $
+.\"	$NetBSD: usbnet.4,v 1.3 2019/08/30 09:24:19 wiz Exp $
 .\"
 .\" Copyright (c) 2019 Matthew R. Green
 .\" All rights reserved.
@@ -37,9 +37,8 @@ The
 .Nm
 subsystem provides support for USB network devices.
 This manual describes diagnostics that may be seen.
-.Pp
 .Sh DIAGNOSTICS
-.Bl -tag width
+.Bl -tag -width 10n
 .It "devN: sysctl_createv failed"
 Unable to create debug node for
 .Nx .
@@ -70,7 +69,7 @@ failed, disabling system suspend.
 .El
 .Pp
 The
-.Xr usbnet 4
+.Nm
 manual lists generic diagnostics generated by USB network devices.
 .Sh SEE ALSO
 .Xr arp 4 ,
@@ -92,7 +91,6 @@ manual lists generic diagnostics generat
 .Xr url 4 ,
 .Xr urndis 4 ,
 .Xr usb 4 ,
-.Xr usbnet 4 ,
 .Xr usbnet 9
 .Sh HISTORY
 The

Reply via email to