From owner-freebsd-doc@FreeBSD.ORG Tue Aug 3 07:20:05 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4726B1065675 for ; Tue, 3 Aug 2010 07:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 058828FC15 for ; Tue, 3 Aug 2010 07:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o737K4J5029963 for ; Tue, 3 Aug 2010 07:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o737K4uj029961; Tue, 3 Aug 2010 07:20:04 GMT (envelope-from gnats) Resent-Date: Tue, 3 Aug 2010 07:20:04 GMT Resent-Message-Id: <201008030720.o737K4uj029961@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Hartmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D721065676 for ; Tue, 3 Aug 2010 07:12:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A89D28FC14 for ; Tue, 3 Aug 2010 07:12:57 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o737CvYW054389 for ; Tue, 3 Aug 2010 07:12:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o737CvBU054388; Tue, 3 Aug 2010 07:12:57 GMT (envelope-from nobody) Message-Id: <201008030712.o737CvBU054388@www.freebsd.org> Date: Tue, 3 Aug 2010 07:12:57 GMT From: Lars Hartmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/149221: rc.conf(5) references usbconfig(1) instead of usbconfig(8) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 07:20:05 -0000 >Number: 149221 >Category: docs >Synopsis: rc.conf(5) references usbconfig(1) instead of usbconfig(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 03 07:20:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Lars Hartmann >Release: current >Organization: >Environment: >Description: rc.conf(5) has multiple references to usbconfig(1) which doesnt exist, the attached patch replaces em by references to usbconfig(8) >How-To-Repeat: >Fix: Patch attached with submission follows: change usbonfig(1) to usbconfig(8) From: Lars Hartmann --- share/man/man5/rc.conf.5 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index ab0a753..2349b2f 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 , >Release-Note: >Audit-Trail: >Unformatted: