From nobody@FreeBSD.org  Wed Aug 12 07:49:11 2009
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 75F4E1065697
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 07:49:11 +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 4AE348FC3D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 07:49:11 +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 n7C7nApD035332
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Aug 2009 07:49:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7C7nAhG035331;
	Wed, 12 Aug 2009 07:49:10 GMT
	(envelope-from nobody)
Message-Id: <200908120749.n7C7nAhG035331@www.freebsd.org>
Date: Wed, 12 Aug 2009 07:49:10 GMT
From: Thomas Mueller <tmueller@sysgo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] acpi_panasonic(4) sysctl variable name wrong
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137689
>Category:       docs
>Synopsis:       [patch] acpi_panasonic(4) sysctl variable name wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 12 07:50:01 UTC 2009
>Closed-Date:    Tue Jan 12 23:30:22 CET 2010
>Last-Modified:  Tue Jan 12 23:30:22 CET 2010
>Originator:     Thomas Mueller
>Release:        8.0
>Organization:
>Environment:
FreeBSD tom2.ulm.sysgo.com 8.0-BETA2 FreeBSD 8.0-BETA2 #1: Fri Aug  7 11:36:41 CEST 2009     toor@tom2.ulm.sysgo.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
In the description of sysctl variables in acpi_panasonic(4) variable
'hw.acpi.panasonic.lcd_brightness_max' is listed twice. In the second
instance it should be 'hw.acpi.panasonic.lcd_brightness_min' instead.
>How-To-Repeat:
man acpi_panasonic (around line 76)
>Fix:
Patch attached.

Patch attached with submission follows:

Index: acpi_panasonic.4
===================================================================
RCS file: /usr/home/tmu/repos/FreeBSD/repo/src/share/man/man4/acpi_panasonic.4,v
retrieving revision 1.1
diff -u -p -r1.1 acpi_panasonic.4
--- acpi_panasonic.4	21 Aug 2008 00:40:55 -0000	1.1
+++ acpi_panasonic.4	12 Aug 2009 07:34:33 -0000
@@ -144,7 +144,7 @@ The following MIBs are available:
 The maximum level of brightness.
 The value is read only and
 automatically set according to hardware model.
-.It Va hw.acpi.panasonic.lcd_brightness_max
+.It Va hw.acpi.panasonic.lcd_brightness_min
 The minimum level of brightness.
 The value is read only and
 automatically set according to hardware model.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Thu Sep 17 15:12:32 CEST 2009 
State-Changed-Why:  
Fixed in HEAD, MFC pending. 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Thu Sep 17 15:12:32 CEST 2009 
Responsible-Changed-Why:  
Fixed in HEAD, MFC pending. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137689: commit references a PR
Date: Thu, 17 Sep 2009 13:12:34 +0000 (UTC)

 Author: brueffer
 Date: Thu Sep 17 13:12:24 2009
 New Revision: 197276
 URL: http://svn.freebsd.org/changeset/base/197276
 
 Log:
   Correct a sysctl name.
   
   PR:		137689
   Submitted by:	Thomas Mueller <tmueller@sysgo.com>
   MFC after:	3 days
 
 Modified:
   head/share/man/man4/acpi_panasonic.4
 
 Modified: head/share/man/man4/acpi_panasonic.4
 ==============================================================================
 --- head/share/man/man4/acpi_panasonic.4	Thu Sep 17 13:09:08 2009	(r197275)
 +++ head/share/man/man4/acpi_panasonic.4	Thu Sep 17 13:12:24 2009	(r197276)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd July 11, 2004
 +.Dd September 17, 2009
  .Dt ACPI_PANASONIC 4 i386
  .Os
  .Sh NAME
 @@ -144,7 +144,7 @@ The following MIBs are available:
  The maximum level of brightness.
  The value is read only and
  automatically set according to hardware model.
 -.It Va hw.acpi.panasonic.lcd_brightness_max
 +.It Va hw.acpi.panasonic.lcd_brightness_min
  The minimum level of brightness.
  The value is read only and
  automatically set according to hardware model.
 _______________________________________________
 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: brueffer 
State-Changed-When: Tue Jan 12 23:30:02 CET 2010 
State-Changed-Why:  
MFCs done. 

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