diff options
author | 2020-09-15 21:06:20 +0000 | |
---|---|---|
committer | 2020-09-15 21:06:20 +0000 | |
commit | bd7799e401f40426f91fe270a20f8e6c792155f6 (patch) | |
tree | c7eb63e6d9e4c8670d715b9bbd6d2a16bdc81a1a | |
parent | "Route show" and "netstat -r" provide formatting for routing tables with (diff) | |
download | wireguard-openbsd-bd7799e401f40426f91fe270a20f8e6c792155f6.tar.xz wireguard-openbsd-bd7799e401f40426f91fe270a20f8e6c792155f6.zip |
rework a sentence in abl.4, and add an entry for it to acpi.4;
ok mglocker
-rw-r--r-- | share/man/man4/abl.4 | 6 | ||||
-rw-r--r-- | share/man/man4/acpi.4 | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/abl.4 b/share/man/man4/abl.4 index 9072be304e2..68f23ab0d5e 100644 --- a/share/man/man4/abl.4 +++ b/share/man/man4/abl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: abl.4,v 1.1 2020/09/15 18:38:51 mglocker Exp $ +.\" $OpenBSD: abl.4,v 1.2 2020/09/15 21:06:20 jmc Exp $ .\" .\" Copyright (c) 2020 Marcus Glocker <mglocker@openbsd.org> .\" @@ -27,10 +27,10 @@ The .Nm driver enables access to the backlight found in Intel based Apple computers. -It allows to control the brightness using the +It provides brightness control using the .Xr wsconsctl 8 variable -.Dq display.brightness . +.Va display.brightness . .Sh SEE ALSO .Xr acpi 4 , .Xr intro 4 , diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index cece6a3e6b5..551996d03ed 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.62 2020/06/02 16:24:24 jcs Exp $ +.\" $OpenBSD: acpi.4,v 1.63 2020/09/15 21:06:20 jmc Exp $ .\" .\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" 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 2 2020 $ +.Dd $Mdocdate: September 15 2020 $ .Dt ACPI 4 .Os .Sh NAME @@ -38,6 +38,8 @@ The following devices can attach to .Nm : .Pp .Bl -tag -width "acpithinkpad(4)XXX" -offset indent -compact +.It Xr abl 4 +Apple backlight support .It Xr acpiac 4 ACPI AC adapter .It Xr acpials 4 |