summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1997-10-03 05:37:05 +0000
committermikel <mikel@NetBSD.org>1997-10-03 05:37:05 +0000
commitf06175c4c6acb89d640c286291409a737f91c9c6 (patch)
tree1412447f3fd30b07fda2600a17fc87102ce8b703
parent167d06be573f6545c27fe01ebed8c9bd2eae970d (diff)
apm is new in 1.3, update HISTORY to say so
-rw-r--r--usr.sbin/apm/apm.89
-rw-r--r--usr.sbin/apmd/apmd.89
2 files changed, 10 insertions, 8 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8
index fc1ce012d8c..51cac28080b 100644
--- a/usr.sbin/apm/apm.8
+++ b/usr.sbin/apm/apm.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: apm.8,v 1.5 1997/07/30 22:53:50 jtc Exp $
+.\" $NetBSD: apm.8,v 1.6 1997/10/03 05:37:05 mikel Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -125,12 +125,13 @@ flag to work successfully.
is the status device used when the socket is not accessible; it must be
readable to provide current APM status.
.Sh SEE ALSO
-.Xr apmd 8 ,
-.Xr apm 4 .
+.Xr apm 4 ,
+.Xr apmd 8 .
.Sh REFERENCES
Advanced Power Management (APM) BIOS Interface Specification (revision
1.1), Intel Corporation and Microsoft Corporation
.Sh HISTORY
The
.Nm
-command appeared in NetBSD 1.1B.
+command appeared in
+.Nx 1.3 .
diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8
index 9ecf1383f9e..2023a7bc812 100644
--- a/usr.sbin/apmd/apmd.8
+++ b/usr.sbin/apmd/apmd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: apmd.8,v 1.5 1997/07/30 22:54:06 jtc Exp $
+.\" $NetBSD: apmd.8,v 1.6 1997/10/03 05:37:06 mikel Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,7 +56,7 @@
monitors the advanced power management (APM) pseudo-device, acting on
signaled events and upon user requests as sent by the
.Xr apm 8
-program.
+utility.
For suspend and standby request events delivered by the BIOS, or via
.Xr apm 8 ,
.Nm
@@ -64,7 +64,7 @@ runs the appropriate configuration program (if one exists),
syncs the buffer cache to disk and initiates the requested mode.
When resuming after suspend or standby,
.Nm
-runs the appropriate configuration program (if one exists).
+runs the appropriate configuration utility (if one exists).
For power status change events,
.Nm
fetches the current status and reports it via
@@ -186,4 +186,5 @@ Advanced Power Management (APM) BIOS Interface Specification (revision
.Sh HISTORY
The
.Nm apmd
-command appeared in NetBSD 1.1B.
+command appeared in
+.Nx 1.3 .