diff options
author | 2016-08-23 18:39:08 +0000 | |
---|---|---|
committer | 2016-08-23 18:39:08 +0000 | |
commit | 83af6ee7b15021241df6e672e6e4d58e281db9ff (patch) | |
tree | f1fdc64b56555fe4b74afa0dd1759423bcae0060 | |
parent | re-enable acpicbkbd by default now that acpiec won't try burst mode (diff) | |
download | wireguard-openbsd-83af6ee7b15021241df6e672e6e4d58e281db9ff.tar.xz wireguard-openbsd-83af6ee7b15021241df6e672e6e4d58e281db9ff.zip |
add a man page for acpicbkbd
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/acpicbkbd.4 | 47 |
2 files changed, 49 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8b1a965d77b..03f9e2b9573 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.631 2016/08/13 20:51:48 kettenis Exp $ +# $OpenBSD: Makefile,v 1.632 2016/08/23 18:39:08 jcs Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ - acpibtn.4 acpicpu.4 acpidock.4 \ + acpibtn.4 acpicbkbd.4 acpicpu.4 acpidock.4 \ acpiec.4 acpihpet.4 acpimadt.4 acpimcfg.4 acpiprt.4 acpipwrres.4 \ acpisony.4 acpithinkpad.4 acpitoshiba.4 acpitimer.4 acpivideo.4 \ acpivout.4 acpitz.4 \ diff --git a/share/man/man4/acpicbkbd.4 b/share/man/man4/acpicbkbd.4 new file mode 100644 index 00000000000..6abb8526cea --- /dev/null +++ b/share/man/man4/acpicbkbd.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: acpicbkbd.4,v 1.1 2016/08/23 18:39:08 jcs Exp $ +.\" +.\" Copyright (c) 2016 joshua stein <jcs@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: August 23 2016 $ +.Dt ACPICBKBD 4 +.Os +.Sh NAME +.Nm acpicbkbd +.Nd Chromebook keyboard backlight +.Sh SYNOPSIS +.Cd "acpicbkbd* at acpi?" +.Sh DESCRIPTION +The +.Nm +driver enables adjustment of the keyboard backlight level on Chromebook +laptops with supported hardware. +Backlight levels can be retrieved and modified with the +.Xr wsconsctl 8 +variable +.Va keyboard.backlight . +.Sh SEE ALSO +.Xr acpi 4 , +.Xr wsconsctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An joshua stein Aq Mt jcs@openbsd.org . |