diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-23 00:24:04 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-23 00:24:04 +0000 |
commit | 728a877af1762053e00534053eb21217945b0677 (patch) | |
tree | 682580f33484ede8e6ae5814b89b94a1ad9b24b0 /share | |
parent | 506cbdbfef62a957c4ece8fc261c8b8690b69cee (diff) |
Add sysbutton manpage, alphabetize xlights. A macgpio manpage is still
needed.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/macobio.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/sysbutton.4 | 40 |
3 files changed, 45 insertions, 5 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index 63f8afc68f5..4ffab697dec 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2007/04/22 18:04:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.26 2007/04/23 00:24:03 gwk Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= abtn.4 adb.4 aoa.4 apm.4 asms.4 autoconf.4 awacs.4 \ xlights.4 bm.4 daca.4 esp.4 fcu.4 ht.4 intro.4 \ kauaiata.4 ki2c.4 macobio.4 mc.4 mediabay.4 mem.4 \ - mesh.4 onyx.4 pi2c.4 smu.4 snapper.4 tpms.4 \ + mesh.4 onyx.4 pi2c.4 smu.4 snapper.4 sysbutton.4 tpms.4 \ tumbler.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4 index 0d036bcf88d..de1afd7d6fc 100644 --- a/share/man/man4/man4.macppc/macobio.4 +++ b/share/man/man4/man4.macppc/macobio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: macobio.4,v 1.12 2007/04/22 18:04:24 deraadt Exp $ +.\" $OpenBSD: macobio.4,v 1.13 2007/04/23 00:24:03 gwk Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -47,8 +47,6 @@ provides support for the following devices: Apple aoa audio device .It Xr awacs 4 Apple awacs audio device -.It Xr xlights 4 -Xserve G4 and G5 front panel LEDs .It Xr bm 4 Apple BMAC Ethernet device .It Xr daca 4 @@ -71,6 +69,8 @@ Apple tumbler audio device WD100x compatible hard disk controller driver .It Xr wi 4 WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b wireless network device +.It Xr xlights 4 +Xserve G4 and G5 front panel LEDs .It Xr zsc 4 Zilog 8530 (ZSCC) serial communications driver .El diff --git a/share/man/man4/man4.macppc/sysbutton.4 b/share/man/man4/man4.macppc/sysbutton.4 new file mode 100644 index 00000000000..880db209d86 --- /dev/null +++ b/share/man/man4/man4.macppc/sysbutton.4 @@ -0,0 +1,40 @@ +.\" $OpenBSD: sysbutton.4,v 1.1 2007/04/23 00:24:03 gwk Exp $ +.\" +.\" Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd April 22, 2007 +.Dt sysbutton 4 macppc +.Os +.Sh NAME +.Nm sysbutton +.Nd Xserve G4 and G5 front system identifier button +.Sh SYNOPSIS +.Cd "sysbutton* at macgpio?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the system identifier button found on +the front panel of Apple G4 and G5 Xserve machines. +.Pp +If the ddb.console sysctl is set pressing the system identifier +button will cause the machine to enter +.Xr ddb 4 . +.Sh BUGS +If the ddb.consle sysctl is not set holding the system identifier button +down will impair system performance. +.Sh SEE ALSO +.Xr intro 4 , +.Xr macobio 4 , +.Xr sysctl 8 |