diff options
-rw-r--r-- | share/man/man4/acpi.4 | 6 | ||||
-rw-r--r-- | share/man/man4/bytgpio.4 | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 368a5aa4cd4..95e2c583445 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpi.4,v 1.43 2014/02/02 12:34:28 jmc Exp $ +.\" $OpenBSD: acpi.4,v 1.44 2016/03/28 20:08:56 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: February 2 2014 $ +.Dd $Mdocdate: March 28 2016 $ .Dt ACPI 4 .Os .Sh NAME @@ -78,6 +78,8 @@ ACPI video ACPI video output .It Xr aibs 4 ASUSTeK AI Booster ACPI ATK0110 temperature, voltage, and fan sensor +.It Xr bytgpio 4 +Intel Bay Trail GPIO controller .El .Sh FILES .Bl -tag -width "/dev/apmctlXXX" diff --git a/share/man/man4/bytgpio.4 b/share/man/man4/bytgpio.4 index 17fc121eb56..a5c89165bb8 100644 --- a/share/man/man4/bytgpio.4 +++ b/share/man/man4/bytgpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bytgpio.4,v 1.1 2016/03/28 18:54:24 kettenis Exp $ +.\" $OpenBSD: bytgpio.4,v 1.2 2016/03/28 20:08:56 jmc Exp $ .\" .\" Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org> .\" @@ -32,7 +32,7 @@ functions available to .Xr acpi 4 . .Sh SEE ALSO .Xr acpi 4 , -.Xr intro 4 , +.Xr intro 4 .Sh HISTORY The .Nm |