diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-09 00:07:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-09 00:07:04 +0000 |
commit | 66c3af0e5beafba8d82995ce790532b07ba3bb61 (patch) | |
tree | 1d626255f2d4e9425d737c15ca721c7af27b4db5 /share | |
parent | 2cad0a469b7976ef4566276ae16635cc95d1375a (diff) |
A couple of glitches.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.macppc/apm.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/man4.macppc/apm.4 b/share/man/man4/man4.macppc/apm.4 index c644a4c2fd2..bd3db1c447a 100644 --- a/share/man/man4/man4.macppc/apm.4 +++ b/share/man/man4/man4.macppc/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.1 2001/10/09 00:01:56 drahn Exp $ +.\" $OpenBSD: apm.4,v 1.2 2001/10/09 00:07:03 miod Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -26,9 +26,10 @@ driver provides an interface which simulates the Advanced Power Management functions. The bios functions are translated into the appropriate PowerManager requests. Currently only battery level, AC connection, and charging status is available -from the apm device. +from the +.Nm +device. Suspend/resume and other power events are -not supported .Em NOT YET SUPPORTED . .Pp Configuration options: @@ -284,4 +285,4 @@ driver source code contains these copyrights: .Pp \&...and has been hacked on by many others since. .Sh BUGS -Sleep modes and power events are supported. +Sleep modes and power events are not supported. |