| Summary: | [patch] acpi_panasonic(4) sysctl variable name wrong | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Thomas Mueller <tmueller> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Thomas Mueller
2009-08-12 08:50:01 UTC
State Changed From-To: open->patched Fixed in HEAD, MFC pending. Responsible Changed From-To: freebsd-doc->brueffer Fixed in HEAD, MFC pending. 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 MFCs done. |