diff options
Diffstat (limited to 'share/man/man4/man4.sgi/power.4')
-rw-r--r-- | share/man/man4/man4.sgi/power.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/man4.sgi/power.4 b/share/man/man4/man4.sgi/power.4 index 5c301a4852b..d56f6b78abc 100644 --- a/share/man/man4/man4.sgi/power.4 +++ b/share/man/man4/man4.sgi/power.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: power.4,v 1.2 2008/03/24 14:34:27 jsing Exp $ +.\" $OpenBSD: power.4,v 1.3 2009/10/26 18:38:09 miod Exp $ .\" .\" Copyright (c) 2007 Jasper Lievisse Adriaanse <jasper@openbsd.org> .\" All rights reserved. @@ -15,17 +15,18 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 24 2008 $ +.Dd $Mdocdate: October 26 2009 $ .Dt POWER 4 sgi .Os .Sh NAME .Nm power .Nd power button .Sh SYNOPSIS -.Cd "power0 at macebus0 irq 6" +.Cd "power0 at macebus0" Pq "O2" +.Cd "power0 at mainbus0" Pq "Octane" .Sh DESCRIPTION -The SGI O2 machines generate an interrupt when the power button on the front -panel is pressed. +The SGI O2 and Octane machines generate an interrupt when the power button +on the front panel is pressed. The .Nm driver catches that interrupt. |