From owner-svn-src-head@FreeBSD.ORG Tue Nov 26 19:51:54 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06D23AA7; Tue, 26 Nov 2013 19:51:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB18D2878; Tue, 26 Nov 2013 19:51:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQJpr5j013267; Tue, 26 Nov 2013 19:51:53 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQJpr6E013266; Tue, 26 Nov 2013 19:51:53 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201311261951.rAQJpr6E013266@svn.freebsd.org> From: Joel Dahl Date: Tue, 26 Nov 2013 19:51:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258662 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 19:51:54 -0000 Author: joel (doc committer) Date: Tue Nov 26 19:51:53 2013 New Revision: 258662 URL: http://svnweb.freebsd.org/changeset/base/258662 Log: mdoc: sort sections. Modified: head/share/man/man4/u3g.4 Modified: head/share/man/man4/u3g.4 ============================================================================== --- head/share/man/man4/u3g.4 Tue Nov 26 19:47:09 2013 (r258661) +++ head/share/man/man4/u3g.4 Tue Nov 26 19:51:53 2013 (r258662) @@ -103,10 +103,6 @@ and .Xr usb_quirk 4 , .Xr devd 8 , .Xr usbconfig 8 -.Sh BUGS -The automatic mode switch from disk mode to modem mode does not work unless -the driver is either built into the kernel or loaded before the device is -connected. .Sh HISTORY The .Nm @@ -125,3 +121,7 @@ driver was written by and .An Nick Hibma Aq n_hibma@FreeBSD.org . Hardware for testing was provided by AnyWi Technologies, Leiden, NL. +.Sh BUGS +The automatic mode switch from disk mode to modem mode does not work unless +the driver is either built into the kernel or loaded before the device is +connected.