From owner-svn-src-all@FreeBSD.ORG Tue Aug 3 16:21:48 2010 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 EAA6D1065673; Tue, 3 Aug 2010 16:21:48 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D97BB8FC0A; Tue, 3 Aug 2010 16:21:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o73GLmmF096460; Tue, 3 Aug 2010 16:21:48 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o73GLms7096458; Tue, 3 Aug 2010 16:21:48 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201008031621.o73GLms7096458@svn.freebsd.org> From: Benedict Reuschling Date: Tue, 3 Aug 2010 16:21:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210812 - head/share/man/man5 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: Tue, 03 Aug 2010 16:21:49 -0000 Author: bcr (doc committer) Date: Tue Aug 3 16:21:48 2010 New Revision: 210812 URL: http://svn.freebsd.org/changeset/base/210812 Log: Update references from nonexistent usbconfig(1) to usbconfig(8). PR: docs/149221 Submitted by: Lars Hartmann (lars at chaotika dot org) MFC after: 3 days Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ============================================================================== --- head/share/man/man5/rc.conf.5 Tue Aug 3 16:12:23 2010 (r210811) +++ head/share/man/man5/rc.conf.5 Tue Aug 3 16:21:48 2010 (r210812) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 13, 2010 +.Dd August 3, 2010 .Dt RC.CONF 5 .Os .Sh NAME @@ -4257,12 +4257,12 @@ variables. .It Va ubthidhci_busnum Bus number where the USB Bluetooth controller is located. Check the output of -.Xr usbconfig 1 +.Xr usbconfig 8 on your system to find this information. .It Va ubthidhci_addr Bus address of the USB Bluetooth controller. Check the output of -.Xr usbconfig 1 +.Xr usbconfig 8 on your system to find this information. .El .Sh FILES @@ -4279,7 +4279,7 @@ on your system to find this information. .Xr kbdcontrol 1 , .Xr makewhatis 1 , .Xr sh 1 , -.Xr usbconfig 1 , +.Xr usbconfig 8 , .Xr vi 1 , .Xr vidcontrol 1 , .Xr bridge 4 ,