From owner-svn-src-all@FreeBSD.ORG Thu Oct 30 08:40:40 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A86A11065670 for ; Thu, 30 Oct 2008 08:40:40 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from hpsmtp-eml14.kpnxchange.com (hpsmtp-eml14.KPNXCHANGE.COM [213.75.38.114]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8F48FC08 for ; Thu, 30 Oct 2008 08:40:39 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpi-eml05.kpnxchange.com ([213.75.38.135]) by hpsmtp-eml14.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 30 Oct 2008 09:40:38 +0100 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by cpsmtpi-eml05.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 30 Oct 2008 09:40:39 +0100 Received: (qmail 69000 invoked by uid 98); 30 Oct 2008 08:40:38 -0000 Received: from 10.66.0.135 (nick@10.66.0.135) by uitsmijter.van-laarhoven.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.92/5270. f-prot: 4.6.7/3.16.15. spamassassin: 3.2.3. Clear:RC:1(10.66.0.135):. Processed in 0.769757 secs); 30 Oct 2008 08:40:38 -0000 Received: from unknown (HELO van-laarhoven.org) (nick@10.66.0.135) by uitsmijter.van-laarhoven.org with SMTP; 30 Oct 2008 08:40:37 -0000 Received: (nullmailer pid 2132 invoked by uid 1001); Thu, 30 Oct 2008 08:40:35 -0000 From: Nick Hibma To: svn-src-all@freebsd.org Date: Thu, 30 Oct 2008 09:40:35 +0100 User-Agent: KMail/1.9.7 References: <200810291849.m9TInbHv030154@svn.freebsd.org> In-Reply-To: <200810291849.m9TInbHv030154@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810300940.35399.nick@van-laarhoven.org> X-OriginalArrivalTime: 30 Oct 2008 08:40:39.0153 (UTC) FILETIME=[2F9D7610:01C93A6B] Subject: Re: svn commit: r184444 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 08:40:40 -0000 Thanks! Nick > Author: brueffer > Date: Wed Oct 29 18:49:37 2008 > New Revision: 184444 > URL: http://svn.freebsd.org/changeset/base/184444 > > Log: > Misc cleanup. > > Modified: > head/share/man/man4/u3g.4 > > Modified: head/share/man/man4/u3g.4 > ========================================================================= >===== --- head/share/man/man4/u3g.4 Wed Oct 29 18:46:47 2008 (r184443) +++ > head/share/man/man4/u3g.4 Wed Oct 29 18:49:37 2008 (r184444) @@ -43,7 > +43,7 @@ u3g_load="YES" > The > .Nm > driver provides support for the multiple USB-to-serial interfaces > exposed by -many 3G usb/pccard modems. > +many 3G USB/PCCard modems. > .Pp > The device is accessed through the > .Xr ucom 4 > @@ -77,23 +77,27 @@ Novatal MC950D > Sierra cards > .El > .Pp > -See /sys/dev/u3g.c for the complete list of supported cards for each > vendor +See > +.Pa /sys/dev/u3g.c > +for the complete list of supported cards for each vendor > mentioned above. > .Pp > The supported 3G cards provide the necessary modem port for ppp, > pppd, or mpd connections as well as extra ports (depending on the > specific -device) to provide other functions (diagnostic port, SIM > toolkit port) +device) to provide other functions (diagnostic port, SIM > toolkit port). .Pp > In some of these devices a mass storage device supported by the > .Xr umass 4 > -driver is present which contains Windows and Mac OSX drivers. This > device is -hidden, unless the machine was booted in verbose (see > -.Xr boot 8 ). > +driver is present which contains Windows and Mac OS X drivers. > +This device is > +hidden, unless the machine was booted in verbose mode (see > +.Xr boot 8 ) . > To temporarily unhide the device, set > .Va debug.bootverbose > to 1 using > .Xr sysctl 8 > -and replug the device. The > +and replug the device. > +The > .Xr u3gstub 4 > device will attach temporarily and detach within seconds. > .Sh SEE ALSO > @@ -103,10 +107,11 @@ device will attach temporarily and detac > .Sh HISTORY > The > .Nm > -driver > -appeared in > +driver appeared in > .Fx 8.0 , > -is based on the uark driver, and written by > +is based on the > +.Xr uark 4 > +driver, and written by > .An Andrea Guzzo Aq aguzzo@anywi.com > in September 2008. > .Sh AUTHORS > @@ -116,4 +121,4 @@ driver was written by > .An Andrea Guzzo Aq aguzzo@anywi.com > and > .An Nick Hibma Aq n_hibma@freebsd.org . > -Hardware for testing provided by AnyWi Technologies, Leiden, NL. > +Hardware for testing was provided by AnyWi Technologies, Leiden, NL. > _______________________________________________ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"