diff options
author | 2009-01-10 18:07:17 +0000 | |
---|---|---|
committer | 2009-01-10 18:07:17 +0000 | |
commit | 02dc80508eef67f9d2d18280fb12d88d82c0713f (patch) | |
tree | d6c72fb53a9e4968282d4a5fc4c14543f88d4b71 | |
parent | Add support for the volume buttons and for the eject button found (diff) | |
download | wireguard-openbsd-02dc80508eef67f9d2d18280fb12d88d82c0713f.tar.xz wireguard-openbsd-02dc80508eef67f9d2d18280fb12d88d82c0713f.zip |
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 |