diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-23 01:02:40 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-23 01:02:40 +0000 |
commit | d6047f0cd6d66870976751bdc5ac452be1fdc94a (patch) | |
tree | 2c4316a2411ca765733e7d5008a61dc242676bc1 /share/man | |
parent | 6731c535d8df6269688a76aaf72532f8f03ebc97 (diff) |
Add prototype macgpio(4) manpage mention sysbutton(4) on it, and
reference it from macobio(4).
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.macppc/macgpio.4 | 41 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/macobio.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/sysbutton.4 | 4 |
3 files changed, 46 insertions, 3 deletions
diff --git a/share/man/man4/man4.macppc/macgpio.4 b/share/man/man4/man4.macppc/macgpio.4 new file mode 100644 index 00000000000..f51db362e58 --- /dev/null +++ b/share/man/man4/man4.macppc/macgpio.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: macgpio.4,v 1.1 2007/04/23 01:02:39 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 MACGPIO 4 macppc +.Os +.Sh NAME +.Nm macgpio +.Nd Support for on-board GPIO controllers +.Sh SYNOPSIS +.Cd "macgpio* at macobio?" +.Sh DESCRIPTION +The +.Nm +device provides support for GPIO controllers found on many +Apple machines. +.Pp +.Ox +provides support for the following devices: +.Pp +.Bl -tag -width 14n -offset -indent -compact +.It Xr sysbutton 4 +Xserve G4 and G5 front system identifier button +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr macobio 4 + diff --git a/share/man/man4/man4.macppc/macobio.4 b/share/man/man4/man4.macppc/macobio.4 index de1afd7d6fc..34bb5590d6f 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.13 2007/04/23 00:24:03 gwk Exp $ +.\" $OpenBSD: macobio.4,v 1.14 2007/04/23 01:02:39 gwk Exp $ .\" .\" Copyright (c) 2003 Dale Rahn. .\" All rights reserved. @@ -53,6 +53,8 @@ Apple BMAC Ethernet device Apple daca audio device .It Xr esp 4 NCR 53c94 on-board SCSI interface +.It Xr macgpio 4 +Support for on-board GPIO controllers .It Xr mc 4 Am79C940 (MACE) on-board Ethernet device .It Xr mediabay 4 diff --git a/share/man/man4/man4.macppc/sysbutton.4 b/share/man/man4/man4.macppc/sysbutton.4 index 5d2b74b1e99..7f7db0eef1f 100644 --- a/share/man/man4/man4.macppc/sysbutton.4 +++ b/share/man/man4/man4.macppc/sysbutton.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysbutton.4,v 1.2 2007/04/23 00:28:02 gwk Exp $ +.\" $OpenBSD: sysbutton.4,v 1.3 2007/04/23 01:02:39 gwk Exp $ .\" .\" Copyright (c) 2007 Gordon Willem Klok <gwk@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .Dd April 22, 2007 -.Dt sysbutton 4 macppc +.Dt SYSBUTTON 4 macppc .Os .Sh NAME .Nm sysbutton |