Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.i386 fix from PR 7382: describe standby ...



details:   https://anonhg.NetBSD.org/src/rev/fbe9d0c0fad6
branches:  trunk
changeset: 471918:fbe9d0c0fad6
user:      jtk <jtk%NetBSD.org@localhost>
date:      Thu Apr 15 01:01:17 1999 +0000

description:
fix from PR 7382: describe standby & suspend correctly

diffstat:

 share/man/man4/man4.i386/apm.4 |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 856f35d4d852 -r fbe9d0c0fad6 share/man/man4/man4.i386/apm.4
--- a/share/man/man4/man4.i386/apm.4    Thu Apr 15 00:52:58 1999 +0000
+++ b/share/man/man4/man4.i386/apm.4    Thu Apr 15 01:01:17 1999 +0000
@@ -24,7 +24,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"   
-.\"   $NetBSD: apm.4,v 1.4 1998/09/02 21:23:52 jtk Exp $
+.\"   $NetBSD: apm.4,v 1.5 1999/04/15 01:01:17 jtk Exp $
 .\"
 .Dd May 18, 1996
 .Dt APM 4 i386
@@ -96,12 +96,11 @@
 .Xr ioctl 2
 calls supported are:
 .Bl -tag -width indent -compact
+.It Dv APM_IOC_SUSPEND
+Initiate an APM suspend mode.  This is a deep sleep mode which powers down
+most devices.  The device must be open for writing for this command to succeed.
 .It Dv APM_IOC_STANDBY
-initiate an APM standby mode.  This is a deep sleep mode which powers down
-most devices.  The device must be open for writing for this command to succeed
-.
-.It Dv APM_IOC_SUSPEND
-initiate an APM suspend mode.  This is a light sleep mode from which the
+Initiate an APM standby mode.  This is a light sleep mode from which the
 system can quickly restore normal operation.  The device must be open
 for writing for this command to succeed.
 .It Dv APM_IOC_GETPOWER



Home | Main Index | Thread Index | Old Index