Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 07:12:57 GMT
From:      Lars Hartmann <lars@chaotika.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/149221: rc.conf(5) references usbconfig(1) instead of usbconfig(8)
Message-ID:  <201008030712.o737CvBU054388@www.freebsd.org>
Resent-Message-ID: <201008030720.o737K4uj029961@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <lars@chaotika.org>


---
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008030712.o737CvBU054388>