summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-06-17 08:33:50 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-06-17 08:33:50 +0000
commitffa175477c840aed543a29140b87c22f302b4ef2 (patch)
treee73ec296185efffe562a48a957344db8b4740918 /share/man
parent71c8e398938b113f0a190da52d5e877252326109 (diff)
Man page for the new acpitoshiba driver. Prodded by deraadt@.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/acpitoshiba.450
1 files changed, 50 insertions, 0 deletions
diff --git a/share/man/man4/acpitoshiba.4 b/share/man/man4/acpitoshiba.4
new file mode 100644
index 00000000000..b8329ab48a4
--- /dev/null
+++ b/share/man/man4/acpitoshiba.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: acpitoshiba.4,v 1.1 2011/06/17 08:33:49 pirofti Exp $
+.\"
+.\" Copyright (c) 2011 Paul Irofti <pirofti@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.\"
+.Dd $Mdocdate: June 17 2011 $
+.Dt ACPITOSHIBA 4
+.Os
+.Sh NAME
+.Nm acpitoshiba
+.Nd ACPI toshiba
+.Sh SYNOPSIS
+.Cd "acpitoshiba* at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports output switching and brightness adjustment.
+It allows brightness to be adjusted either using a brightness hotkey or the
+.Xr wsconsctl 8
+variable
+.Dq display.brightness ,
+while output switching is achieved only through the hotkey.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr acpivideo 4 ,
+.Xr acpivout 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Hiroyuki Aizu <aizu@navi.org>