diff options
author | 2019-01-28 14:38:33 +0000 | |
---|---|---|
committer | 2019-01-28 14:38:33 +0000 | |
commit | 9f7096473346da6e8db37544e7d992eaea106f14 (patch) | |
tree | f6b7575217ef280291a132cc43b3406e38f86fb9 | |
parent | Simplify by using `spc' since we already have it, no behavior change. (diff) | |
download | wireguard-openbsd-9f7096473346da6e8db37544e7d992eaea106f14.tar.xz wireguard-openbsd-9f7096473346da6e8db37544e7d992eaea106f14.zip |
saying the apm driver provides a user interface to the apm driver is not
that helpful. lacking the correct facts, i nicked the following text
from the macppc page:
The
.Nm
driver provides an interface which simulates the Advanced Power Management
.Pq APM
BIOS functions.
-rw-r--r-- | share/man/man4/man4.arm64/apm.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/man4.arm64/apm.4 b/share/man/man4/man4.arm64/apm.4 index 72ec6c32133..6d2a1e6b52d 100644 --- a/share/man/man4/man4.arm64/apm.4 +++ b/share/man/man4/man4.arm64/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.2 2019/01/23 22:33:43 jsg Exp $ +.\" $OpenBSD: apm.4,v 1.3 2019/01/28 14:38:33 jmc Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: January 23 2019 $ +.Dd $Mdocdate: January 28 2019 $ .Dt APM 4 arm64 .Os .Sh NAME @@ -20,9 +20,9 @@ .Sh DESCRIPTION The .Nm -driver provides a user interface to the -.Xr apm 4 -driver. +driver provides an interface which simulates the Advanced Power Management +.Pq APM +BIOS functions. .Pp The .Nm |