Module Name:    src
Committed By:   pooka
Date:           Mon Jun 28 17:48:54 UTC 2010

Modified Files:
        src/share/man/man4: u3g.4

Log Message:
When importing a FreeBSD man page it's advisable to change the
synopsis to match our config grammar ...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/share/man/man4/u3g.4:1.3
--- src/share/man/man4/u3g.4:1.2	Mon Oct 13 08:33:04 2008
+++ src/share/man/man4/u3g.4	Mon Jun 28 17:48:54 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: u3g.4,v 1.2 2008/10/13 08:33:04 wiz Exp $
+.\" $NetBSD: u3g.4,v 1.3 2010/06/28 17:48:54 pooka 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 October 7, 2008
+.Dd June 28, 2010
 .Dt U3G 4
 .Os
 .Sh NAME
@@ -28,8 +28,9 @@
 place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
-.Cd "device u3g"
-.Cd "device ucom"
+.Cd "u3ginit* at uhub? port ?"
+.Cd "u3g* at uhub? port ?"
+.Cd "ucom* at u3g?"
 .Ed
 .\".Pp
 .\"Alternatively, to load the driver as a

Reply via email to