Deleted Added
full compact
acpi_fujitsu.4 (143883) acpi_fujitsu.4 (147432)
1.\"
2.\" Copyright (c) 2005 Philip Paeps <philip@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2005 Philip Paeps <philip@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/man4.i386/acpi_fujitsu.4 143883 2005-03-20 15:27:38Z philip $
26.\" $FreeBSD: head/share/man/man4/man4.i386/acpi_fujitsu.4 147432 2005-06-16 18:46:17Z ru $
27.\"
28.Dd March 20, 2005
29.Dt ACPI_FUJITSU 4 i386
30.Os
31.Sh NAME
32.Nm acpi_fujitsu
33.Nd Fujitsu Laptop Extras
34.Sh SYNOPSIS

--- 22 unchanged lines hidden (view full) ---

57.It Va hw.acpi.fujitsu.mute
58Mutes the speakers.
59.El
60.Pp
61Defaults for these sysctls can be set in
62.Xr sysctl.conf 5 .
63.Sh EXAMPLES
64The following can be added to
27.\"
28.Dd March 20, 2005
29.Dt ACPI_FUJITSU 4 i386
30.Os
31.Sh NAME
32.Nm acpi_fujitsu
33.Nd Fujitsu Laptop Extras
34.Sh SYNOPSIS

--- 22 unchanged lines hidden (view full) ---

57.It Va hw.acpi.fujitsu.mute
58Mutes the speakers.
59.El
60.Pp
61Defaults for these sysctls can be set in
62.Xr sysctl.conf 5 .
63.Sh EXAMPLES
64The following can be added to
65.Xr devd.conf 5
65.Xr devd.conf 5
66in order to pass button events to a
67.Pa /usr/local/sbin/acpi_oem_exec.sh
68script:
66in order to pass button events to a
67.Pa /usr/local/sbin/acpi_oem_exec.sh
68script:
69.Pp
70.Bd -literal -offset indent
71notify 10 {
72 match "system" "ACPI";
73 match "subsystem" "FUJITSU";
74 action "/usr/local/sbin/acpi_oem_exec.sh $notify fujitsu";
75};
76.Ed
77.Pp

--- 87 unchanged lines hidden ---
69.Bd -literal -offset indent
70notify 10 {
71 match "system" "ACPI";
72 match "subsystem" "FUJITSU";
73 action "/usr/local/sbin/acpi_oem_exec.sh $notify fujitsu";
74};
75.Ed
76.Pp

--- 87 unchanged lines hidden ---