diff options
author | 2018-07-01 05:47:16 +0000 | |
---|---|---|
committer | 2018-07-01 05:47:16 +0000 | |
commit | 882a9ea5ae3fd5c3e626f71d3f1aded7cd85b6c7 (patch) | |
tree | 8cec60279ffc9d8757a881e8df01407f94e6aedd | |
parent | Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, then (diff) | |
download | wireguard-openbsd-882a9ea5ae3fd5c3e626f71d3f1aded7cd85b6c7.tar.xz wireguard-openbsd-882a9ea5ae3fd5c3e626f71d3f1aded7cd85b6c7.zip |
sync description for acpisurface and remove a blank line;
ok mlarkin
-rw-r--r-- | share/man/man4/acpi.4 | 6 | ||||
-rw-r--r-- | share/man/man4/acpisurface.4 | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 1dfffb80b00..fad0781eeb4 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.54 2018/06/30 18:17:58 mlarkin Exp $ +.\" $OpenBSD: acpi.4,v 1.55 2018/07/01 05:47:16 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 30 2018 $ +.Dd $Mdocdate: July 1 2018 $ .Dt ACPI 4 .Os .Sh NAME @@ -73,7 +73,7 @@ ACPI Smart Battery subsystem .It Xr acpisony 4 Sony ACPI control .It Xr acpisurface 4 -Microsoft Surface Pro 4 / Surface Book hardware buttons +Microsoft Surface Book ACPI support .It Xr acpithinkpad 4 IBM/Lenovo ThinkPad ACPI support .It Xr acpitimer 4 diff --git a/share/man/man4/acpisurface.4 b/share/man/man4/acpisurface.4 index 8529202eacc..801c3fbd66b 100644 --- a/share/man/man4/acpisurface.4 +++ b/share/man/man4/acpisurface.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpisurface.4,v 1.1 2018/06/30 18:17:58 mlarkin Exp $ +.\" $OpenBSD: acpisurface.4,v 1.2 2018/07/01 05:47:16 jmc Exp $ .\" .\" Copyright (c) 2018 Mike Larkin <mlarkin@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 30 2018 $ +.Dd $Mdocdate: July 1 2018 $ .Dt ACPISURFACE 4 .Os .Sh NAME @@ -36,7 +36,6 @@ subsystem. Power button presses result in a soft power off request being queued by the .Xr acpi 4 subsystem. - .Sh SEE ALSO .Xr acpi 4 , .Xr audio 4 , |