diff options
author | 2020-06-02 16:47:11 +0000 | |
---|---|---|
committer | 2020-06-02 16:47:11 +0000 | |
commit | 77dfcf0f6165d220019fe8485a292cb23cae5bcb (patch) | |
tree | ab9794e6016d7522f755b10e28a6e679d9a59038 | |
parent | add acpihid(4) for ACPI HID event and 5-button array devices (diff) | |
download | wireguard-openbsd-77dfcf0f6165d220019fe8485a292cb23cae5bcb.tar.xz wireguard-openbsd-77dfcf0f6165d220019fe8485a292cb23cae5bcb.zip |
fix SEE ALSO;
-rw-r--r-- | share/man/man4/acpihid.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/acpihid.4 b/share/man/man4/acpihid.4 index fc5f47c5611..a8f41b4544f 100644 --- a/share/man/man4/acpihid.4 +++ b/share/man/man4/acpihid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpihid.4,v 1.1 2020/06/02 16:24:24 jcs Exp $ +.\" $OpenBSD: acpihid.4,v 1.2 2020/06/02 16:47:11 jmc Exp $ .\" .\" Copyright (c) 2020 joshua stein <jcs@openbsd.org> .\" @@ -28,7 +28,7 @@ The driver supports ACPI HID events and 5-button array devices found on some tablet devices. .Sh SEE ALSO -.Xr acpi 4 , +.Xr acpi 4 .Sh HISTORY The .Nm |