Module Name: src
Committed By: snj
Date: Wed Oct 25 06:54:27 UTC 2017
Modified Files:
src/share/man/man4 [netbsd-8]: u3g.4
Log Message:
Pull up following revision(s) (requested by sevan in ticket #311):
share/man/man4/u3g.4: revision 1.9
u3ginit was split out and became umodeswitch.
Update the kernel configuration declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.18.1 src/share/man/man4/u3g.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/u3g.4
diff -u src/share/man/man4/u3g.4:1.8 src/share/man/man4/u3g.4:1.8.18.1
--- src/share/man/man4/u3g.4:1.8 Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/u3g.4 Wed Oct 25 06:54:27 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: u3g.4,v 1.8 2014/03/18 18:20:39 riastradh Exp $
+.\" $NetBSD: u3g.4,v 1.8.18.1 2017/10/25 06:54:27 snj Exp $
.\"
.\" Copyright (c) 2008 AnyWi Technologies
.\" All rights reserved.
@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd March 14, 2013
+.Dd October 8, 2017
.Dt U3G 4
.Os
.Sh NAME
@@ -28,7 +28,7 @@ To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
-.Cd "u3ginit* at uhub? port ?"
+.Cd "umodeswitch* at uhub? port ?"
.Cd "u3g* at uhub? port ?"
.Cd "ucom* at u3g?"
.Ed