From nobody@FreeBSD.org  Tue Aug  3 07:12:57 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9D721065676
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <lars@chaotika.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: rc.conf(5) references usbconfig(1) instead of usbconfig(8)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149221
>Category:       docs
>Synopsis:       rc.conf(5) references usbconfig(1) instead of usbconfig(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 07:20:04 UTC 2010
>Closed-Date:    Sat Sep 18 21:08:14 UTC 2010
>Last-Modified:  Sat Sep 18 21:08:14 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Tue Aug 3 08:27:46 UTC 2010 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149221 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149221: commit references a PR
Date: Tue,  3 Aug 2010 16:22:11 +0000 (UTC)

 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 ,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Tue Aug 3 16:59:13 UTC 2010 
State-Changed-Why:  
Patch committed to HEAD, waiting for MFC before closing this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149221 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/149221: commit references a PR
Date: Sat, 18 Sep 2010 20:50:46 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sat Sep 18 20:50:36 2010
 New Revision: 212828
 URL: http://svn.freebsd.org/changeset/base/212828
 
 Log:
   Belatedly MFC r210002, r210676, r210812, r210826:
   
   r210002:
   In the example for how to create a VLAN, also include an example of
   setting the IP address.  While it is documented earlier in rc.conf(5)
   that the '.' in the VLAN name becomes a '_' in rc.conf, this may not be
   easy to find when just using rc.conf(5) as reference documentation.
   
   r210676:
   Fix a bunch of typos and spelling mistakes.
   
   r210812:
   Update references from nonexistent usbconfig(1) to usbconfig(8).
   
   r210826:
   Correctly sort usbconfig(8) within the SEE ALSO section.
   
   PR:                         docs/149221
   Submitted by:               Lars Hartmann (lars at chaotika dot org)
   Help with mergeinfo from:   kib
   Reviewed by:                kib, hrs (IPv6 parts that should not be
   merged to stable/8)
 
 Modified:
   stable/8/share/man/man5/rc.conf.5
 Directory Properties:
   stable/8/share/man/man5/   (props changed)
 
 Modified: stable/8/share/man/man5/rc.conf.5
 ==============================================================================
 --- stable/8/share/man/man5/rc.conf.5	Sat Sep 18 19:23:14 2010	(r212827)
 +++ stable/8/share/man/man5/rc.conf.5	Sat Sep 18 20:50:36 2010	(r212828)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 4, 2010
 +.Dd September 18, 2010
  .Dt RC.CONF 5
  .Os
  .Sh NAME
 @@ -401,7 +401,7 @@ variable for interface
  .Ar iface
  only.
  .It Va synchronous_dhclient
 -.Pq Bt bool
 +.Pq Vt bool
  Set to
  .Dq Li YES
  to start
 @@ -1156,9 +1156,10 @@ To create a vlan device named
  .Li em0.101
  on
  .Li em0
 -with the vlan tag 101:
 +with the vlan tag 101 and the optional the IPv4 address 192.0.2.1/24:
  .Bd -literal
  vlans_em0="101"
 +ifconfig_em0_101="inet 192.0.2.1/24"
  .Ed
  .Pp
  To create a vlan device named
 @@ -4133,14 +4134,14 @@ Must set properly if multiple profiles u
  .Pq Vt bool
  Tells
  .Xr rfcomm_pppd 8
 -if it should register Serial Port service on the speficied RFCOMM channel.
 +if it should register Serial Port service on the specified RFCOMM channel.
  Default
  .Dq Li NO .
  .It Va rfcomm_pppd_server_ Ns Ao Ar profile Ac Ns _register_dun
  .Pq Vt bool
  Tells
  .Xr rfcomm_pppd 8
 -if it should register Dial-Up Networking service on the speficied
 +if it should register Dial-Up Networking service on the specified
  RFCOMM channel.
  Default
  .Dq Li NO .
 @@ -4157,12 +4158,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
 @@ -4179,7 +4180,6 @@ on your system to find this information.
  .Xr kbdcontrol 1 ,
  .Xr makewhatis 1 ,
  .Xr sh 1 ,
 -.Xr usbconfig 1 ,
  .Xr vi 1 ,
  .Xr vidcontrol 1 ,
  .Xr bridge 4 ,
 @@ -4255,6 +4255,7 @@ on your system to find this information.
  .Xr sysctl 8 ,
  .Xr syslogd 8 ,
  .Xr timed 8 ,
 +.Xr usbconfig 8 ,
  .Xr wlandebug 8 ,
  .Xr yp 8 ,
  .Xr ypbind 8 ,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bcr 
State-Changed-When: Sat Sep 18 21:05:56 UTC 2010 
State-Changed-Why:  
Sorry for the delay in MFCing this change. I had to resolve an SVN merge 
conflict first without messing up the tree. ;-) 
Anyway, it's done now. Thanks for submitting this. PR closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149221 
>Unformatted:
