From owner-svn-src-all@FreeBSD.ORG Thu Oct 2 22:22:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 800F9E5; Thu, 2 Oct 2014 22:22:35 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA7FB89; Thu, 2 Oct 2014 22:22:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s92MMZ4m043379; Thu, 2 Oct 2014 22:22:35 GMT (envelope-from gavin@FreeBSD.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s92MMZXe043378; Thu, 2 Oct 2014 22:22:35 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201410022222.s92MMZXe043378@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gavin set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson Date: Thu, 2 Oct 2014 22:22:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r272454 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 02 Oct 2014 22:22:35 -0000 Author: gavin Date: Thu Oct 2 22:22:34 2014 New Revision: 272454 URL: https://svnweb.freebsd.org/changeset/base/272454 Log: Add HARDWARE section of urnis(4) driver to try to gain more visibility. MFC after: 3 days Modified: head/share/man/man4/urndis.4 Modified: head/share/man/man4/urndis.4 ============================================================================== --- head/share/man/man4/urndis.4 Thu Oct 2 22:16:00 2014 (r272453) +++ head/share/man/man4/urndis.4 Thu Oct 2 22:22:34 2014 (r272454) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 25, 2014 +.Dd October 2, 2014 .Dt URNDIS 4 .Os .Sh NAME @@ -68,6 +68,12 @@ such as those commonly found on Android It does not support different media types or options. For more information on configuring this device, see .Xr ifconfig 8 . +.Sh HARDWARE +The +.Nm +driver supports the +.Qq tethering +functionality of many Android devices. .Sh SEE ALSO .Xr arp 4 , .Xr cdce 4 ,