From def0af3cc61a5568413fd1be5e223d59e2c7cdb7 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Tue, 15 Sep 2020 18:38:52 +0000 Subject: Add manual page for abl(4). ok kettenis@ --- share/man/man4/Makefile | 4 ++-- share/man/man4/abl.4 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/abl.4 (limited to 'share/man') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index e03ea804818..4a3df6b33b1 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.782 2020/06/25 12:26:31 patrick Exp $ +# $OpenBSD: Makefile,v 1.783 2020/09/15 18:38:51 mglocker Exp $ -MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ +MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ acpibtn.4 acpicbkbd.4 acpicpu.4 acpidock.4 acpihve.4 acpiec.4 \ acpihid.4 \ diff --git a/share/man/man4/abl.4 b/share/man/man4/abl.4 new file mode 100644 index 00000000000..9072be304e2 --- /dev/null +++ b/share/man/man4/abl.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: abl.4,v 1.1 2020/09/15 18:38:51 mglocker Exp $ +.\" +.\" Copyright (c) 2020 Marcus Glocker +.\" +.\" 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: September 15 2020 $ +.Dt ABL 4 +.Os +.Sh NAME +.Nm abl +.Nd Apple backlight support +.Sh SYNOPSIS +.Cd "abl* at acpi?" +.Sh DESCRIPTION +The +.Nm +driver enables access to the backlight found in Intel based Apple computers. +It allows to control the brightness using the +.Xr wsconsctl 8 +variable +.Dq display.brightness . +.Sh SEE ALSO +.Xr acpi 4 , +.Xr intro 4 , +.Xr wsconsctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Marcus Glocker Aq Mt mglocker@openbsd.org . -- cgit v1.2.3