summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-14 09:28:17 +0000
committerru <ru@FreeBSD.org>2005-01-14 09:28:17 +0000
commit70a6f322233c830ed42c458ddeef63c2862b1dbc (patch)
treeb5f5e4635262779e23da566bb13b63da87b0355c
parent550adb770e70056b929f0b17cc6133c1b9ed17a1 (diff)
downloadFreeBSD-src-70a6f322233c830ed42c458ddeef63c2862b1dbc.zip
FreeBSD-src-70a6f322233c830ed42c458ddeef63c2862b1dbc.tar.gz
Markup fixes.
-rw-r--r--share/man/man4/man4.i386/acpi_panasonic.463
1 files changed, 34 insertions, 29 deletions
diff --git a/share/man/man4/man4.i386/acpi_panasonic.4 b/share/man/man4/man4.i386/acpi_panasonic.4
index d81eb7c..079c56d 100644
--- a/share/man/man4/man4.i386/acpi_panasonic.4
+++ b/share/man/man4/man4.i386/acpi_panasonic.4
@@ -51,57 +51,57 @@ The second role is to notify occurences of the event by way of
and eventually to
.Xr devd 8 .
The third and last is to provide a way to adjust LCD brightness and
-sound mute state via sysctl.
+sound mute state via
+.Xr sysctl 8 .
.Ss Hotkeys
There are 9 hotkeys available on the supported hardwares:
.Pp
.Bl -tag -compact -offset indent
-.It Sy \&Fn+F1
+.It Sy Fn+F1
Make LCD backlight darker.
-.It Sy \&Fn+F2
+.It Sy Fn+F2
Make LCD backlight brighter.
-.It Sy \&Fn+F3
+.It Sy Fn+F3
Switch video output between LCD and CRT.
Not supported by the
.Nm
driver.
-.It Sy \&Fn+F4
+.It Sy Fn+F4
Toggle muting the speaker.
-.It Sy \&Fn+F5
+.It Sy Fn+F5
Turn the mixer volume down.
-.It Sy \&Fn+F6
+.It Sy Fn+F6
Turn the mixer volume up.
-.It Sy \&Fn+F7
+.It Sy Fn+F7
Enter suspend-to-RAM state.
-.It Sy \&Fn+F9
+.It Sy Fn+F9
Show battery status.
-.It Sy \&Fn+F10
+.It Sy Fn+F10
Enter suspend-to-disk state.
.El
.Pp
Actions are automatically taken within the driver for
-.Sy \&Fn+F1 ,
-.Sy \&Fn+F2
+.Sy Fn+F1 , Fn+F2
and
-.Sy \&Fn+F4 .
+.Sy Fn+F4 .
For the other events such as
mixer control and showing battery status,
.Xr devd 8
should take the role as described below.
-.Ss Devd Events
+.Ss Xr devd 8 Ss Events
When notified to
.Xr devd 8 ,
the hotkey event provides the following information:
.Pp
.Bl -tag -compact -offset indent
.It system
-.Qq ACPI
+.Qq Li ACPI
.It subsystem
-.Qq Panasonic
+.Qq Li Panasonic
.It type
The source of the event in ACPI namespace.
The value depends on the model but typically
-.Qq \e_SB_.HKEY .
+.Qq Li \e_SB_.HKEY .
.It notify
Event code (see below).
.El
@@ -109,28 +109,32 @@ Event code (see below).
Event codes to be generated are assigned as follows:
.Bl -tag -offset indent
.It 0x81-0x86, 0x89
-.Sy \&Fn+F<n>
-pressed. 0x81 corresponds to
-.Sy \&Fn+F1 ,
+.Sy Fn+F<n>
+pressed.
+0x81 corresponds to
+.Sy Fn+F1 ,
0x82 corresponds to
-.Sy \&Fn+F2 ,
+.Sy Fn+F2 ,
and so on.
.It 0x01-0x07, 0x09, 0x1a
-.Sy \&Fn+F<n>
-released. 0x01 corresponds to
-.Sy \&Fn+F1 ,
+.Sy Fn+F<n>
+released.
+0x01 corresponds to
+.Sy Fn+F1 ,
0x02 corresponds to
-.Sy \&Fn+F2 ,
+.Sy Fn+F2 ,
and so on.
.El
.Sh SYSCTLS
The following MIBs are available:
.Bl -tag -width indent
.It Va hw.acpi.panasonic.lcd_brightness_max
-The maximum level of brightness. The value is read only and
+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
-The minimum level of brightness. The value is read only and
+The minimum level of brightness.
+The value is read only and
automatically set according to hardware model.
.It Va hw.acpi.panasonic.lcd_brightness
Current brightness level of the LCD (read-write).
@@ -144,15 +148,16 @@ The value 1 means to mute and 0 not.
.El
.Sh SEE ALSO
.Xr acpi 4 ,
-.Xr sysctl 8 ,
+.Xr devd.conf 5 ,
.Xr devd 8 ,
-.Xr devd.conf 5
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 5.3 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
driver and this manual page were written by
OpenPOWER on IntegriCloud