Bug 137689

Summary: [patch] acpi_panasonic(4) sysctl variable name wrong
Product: Documentation Reporter: Thomas Mueller <tmueller>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Thomas Mueller 2009-08-12 08:50:01 UTC
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.

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: man acpi_panasonic (around line 76)
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2009-09-17 14:12:32 UTC
State Changed
From-To: open->patched

Fixed in HEAD, MFC pending. 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2009-09-17 14:12:32 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

Fixed in HEAD, MFC pending.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-17 14:12:34 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"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2010-01-12 22:30:02 UTC
State Changed
From-To: patched->closed

MFCs done.