diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2009-01-10 18:07:18 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2009-01-10 18:07:18 +0000 |
commit | 01de2cbba60d8fc740a9a5a1a5917a8c0e0a1311 (patch) | |
tree | 180489602393108a463083dd583da4bd1fd583aa | |
parent | 932ba32ffa8d09ad85b44c4b77fde39c16a5c679 (diff) |
eject and volume controles are supported from now on
-rw-r--r-- | share/man/man4/man4.macppc/abtn.4 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/share/man/man4/man4.macppc/abtn.4 b/share/man/man4/man4.macppc/abtn.4 index bca7164c0b9..e50d88822b4 100644 --- a/share/man/man4/man4.macppc/abtn.4 +++ b/share/man/man4/man4.macppc/abtn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: abtn.4,v 1.10 2007/05/31 19:19:55 jmc Exp $ +.\" $OpenBSD: abtn.4,v 1.11 2009/01/10 18:07:17 robert Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" All rights reserved. @@ -26,21 +26,23 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 10 2009 $ .Dt ABTN 4 macppc .Os .Sh NAME .Nm abtn -.Nd Apple brightness/volume button control +.Nd Apple brightness/volume/eject button control .Sh SYNOPSIS .Cd "abtn at adb?" .Sh DESCRIPTION The .Nm -driver allows you to dim the brightness of your display. -This driver only currently recognizes the dim and brightness button. -Sound, numlock and eject buttons are also handled by this driver but -are silently ignored. +driver allows you to dim the brightness of your display, +change the volume of your speakers and eject the disc +inserted into your drive. +This driver only currently recognizes the dim, brightness, volume +and eject buttons. +Numlock is also handled by this driver but it is silently ignored. .Sh SEE ALSO .Xr adb 4 , .Xr intro 4 |