mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix markups and change e.g./eg. to e.g.,.
MFC after: 2 weeks
This commit is contained in:
parent
908e4e9754
commit
10b942e5d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284611
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 8, 2010
|
||||
.Dd June 19, 2015
|
||||
.Dt ACPI_HP 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -48,7 +48,7 @@ acpi_hp_load="YES"
|
||||
The
|
||||
.Nm
|
||||
driver provides support for ACPI-controlled features found on HP laptops
|
||||
that use a WMI enabled BIOS (e.g. HP Compaq 8510p and 6510p).
|
||||
that use a WMI enabled BIOS (e.g., HP Compaq 8510p and 6510p).
|
||||
.Pp
|
||||
The main purpose of this driver is to provide an interface,
|
||||
accessible via
|
||||
@ -58,7 +58,7 @@ accessible via
|
||||
through which applications can determine and change the status of
|
||||
various laptop components and BIOS settings.
|
||||
.Pp
|
||||
.Ss Xr devd 8 Ss Events
|
||||
.Ss Xr devd 8 Events
|
||||
Devd events received by
|
||||
.Xr devd 8
|
||||
provide the following information:
|
||||
@ -91,7 +91,7 @@ WWAN on air status changed to 0 (not on air)
|
||||
.It Li 0xe1
|
||||
WWAN on air status changed to 1 (on air)
|
||||
.El
|
||||
.Ss Xr devfs 8 Ss Device
|
||||
.Ss Xr devfs 8 Device
|
||||
You can read /dev/hpcmi to see your current BIOS settings.
|
||||
The detail level can be adjusted by setting the sysctl
|
||||
.Va cmi_detail
|
||||
@ -197,8 +197,7 @@ Interface to read BIOS settings
|
||||
.Sh EXAMPLES
|
||||
The following can be added to
|
||||
.Xr devd.conf 5
|
||||
in order disable the LAN interface when WLAN on air and reenable if it's
|
||||
not:
|
||||
in order disable the LAN interface when WLAN on air and reenable if it is not:
|
||||
.Bd -literal -offset indent
|
||||
notify 0 {
|
||||
match "system" "ACPI";
|
||||
@ -281,7 +280,10 @@ This driver is experimental and has only been tested on i386 on an
|
||||
HP Compaq 8510p which featured all supported wireless devices (WWAN/BT/WLAN).
|
||||
Expect undefined results when operating on different hardware.
|
||||
.Pp
|
||||
Loading the driver is slow. Reading from /dev/hpcmi is even slower.
|
||||
Loading the driver is slow.
|
||||
Reading from
|
||||
.Pa /dev/hpcmi
|
||||
is even slower.
|
||||
.Pp
|
||||
Additional features like HP specific sensor readings or writing BIOS
|
||||
settings are not supported.
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 24, 2012
|
||||
.Dd June 19, 2015
|
||||
.Dt ACPI_IBM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -74,7 +74,7 @@ sysctl, is set to
|
||||
.Va availmask
|
||||
by default, a value representing all possible keypress events on the specific
|
||||
ThinkPad model.
|
||||
.Ss Xr devd 8 Ss Events
|
||||
.Ss Xr devd 8 Events
|
||||
Hotkey events received by
|
||||
.Xr devd 8
|
||||
provide the following information:
|
||||
@ -144,7 +144,7 @@ Mute
|
||||
.It Li 0x18
|
||||
Access IBM Button
|
||||
.El
|
||||
.Ss Xr led 4 Ss Interface
|
||||
.Ss Xr led 4 Interface
|
||||
The
|
||||
.Nm
|
||||
driver provides a
|
||||
@ -344,7 +344,7 @@ when
|
||||
is set to 1.
|
||||
Events are specified as a whitespace-separated list of event code in
|
||||
hexadecimal or decimal form.
|
||||
Note that the event maybe handled twice (eg. Brightness up/down) if ACPI BIOS
|
||||
Note that the event maybe handled twice (e.g., Brightness up/down) if ACPI BIOS
|
||||
already handled the event.
|
||||
.El
|
||||
.Pp
|
||||
|
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 25, 2012
|
||||
.Dd June 19, 2015
|
||||
.Dt ACPI_PANASONIC 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -100,7 +100,7 @@ For the other events such as
|
||||
mixer control and showing battery status,
|
||||
.Xr devd 8
|
||||
should take the role as described below.
|
||||
.Ss Xr devd 8 Ss Events
|
||||
.Ss Xr devd 8 Events
|
||||
When notified to
|
||||
.Xr devd 8 ,
|
||||
the hotkey event provides the following information:
|
||||
|
Loading…
Reference in New Issue
Block a user