diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-08 09:45:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-08 09:45:42 +0000 |
commit | 6fb9bb8fefe0200f3e6b4b569025e3a704753070 (patch) | |
tree | bc2aa04ef183fdd219c269a7474fb1436bf2f43e | |
parent | ecc13a8be2a7a9e859694d24c7a30a2d7e709dc4 (diff) |
update adb and sync;
-rw-r--r-- | share/man/man4/man4.macppc/adb.4 | 26 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/intro.4 | 4 |
2 files changed, 20 insertions, 10 deletions
diff --git a/share/man/man4/man4.macppc/adb.4 b/share/man/man4/man4.macppc/adb.4 index 40e00ea29a6..ce991001507 100644 --- a/share/man/man4/man4.macppc/adb.4 +++ b/share/man/man4/man4.macppc/adb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adb.4,v 1.14 2006/01/10 07:38:28 miod Exp $ +.\" $OpenBSD: adb.4,v 1.15 2006/09/08 09:45:41 jmc Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" Copyright (c) 1997 Colin Wood @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm adb -.Nd Apple Desktop Bus driver +.Nd introduction to Apple Desktop Bus support .Sh SYNOPSIS .Cd "adb0 at macobio?" .Cd "abtn* at adb?" @@ -76,13 +76,23 @@ some energy control and I2C controller .Pq Xr pi2c 4 were added to the PowerPC port later to complement the ADB system. +.Pp +The following devices are supported: +.Pp +.Bl -tag -width "abtn(4)XX" -offset 3n -compact +.It Xr abtn 4 +Apple brightness/volume button control +.It Xr akbd 4 +Apple Keyboard Device +.It Xr ams 4 +Apple Mouse Support +.It Xr apm 4 +advanced power management device interface +.It Xr pi2c 4 +Apple via-pmu I2C controller +.El .Sh SEE ALSO -.Xr abtn 4 , -.Xr akbd 4 , -.Xr ams 4 , -.Xr apm 4 , -.Xr intro 4 , -.Xr pi2c 4 +.Xr intro 4 .Sh HISTORY The .Nm diff --git a/share/man/man4/man4.macppc/intro.4 b/share/man/man4/man4.macppc/intro.4 index 50e4ea7b954..fae79896913 100644 --- a/share/man/man4/man4.macppc/intro.4 +++ b/share/man/man4/man4.macppc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.43 2006/09/08 09:25:53 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.44 2006/09/08 09:45:41 jmc Exp $ .\" .\" Copyright (c) 2001 Peter Valchev. .\" All rights reserved. @@ -94,7 +94,7 @@ The following busses and controllers list these devices: .Pp .Bl -tag -width "cardbus(4)XX" -offset 3n -compact .It Xr adb 4 -Apple Desktop Bus driver +introduction to Apple Desktop Bus support .It Xr cardbus 4 introduction to CardBus support .It Xr pci 4 |