Source-Changes-HG archive

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

[src/netbsd-1-4]: src/share/man/man4/man4.i386 fix PR 7382 (swapped standby &...



details:   https://anonhg.NetBSD.org/src/rev/99472f88f806
branches:  netbsd-1-4
changeset: 468251:99472f88f806
user:      jtk <jtk%NetBSD.org@localhost>
date:      Fri Apr 16 01:44:49 1999 +0000

description:
fix PR 7382 (swapped standby & suspend modes)
pulled up diffs between rev 1.4 and 1.5

diffstat:

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

diffs (29 lines):

diff -r 0343bfcad801 -r 99472f88f806 share/man/man4/man4.i386/apm.4
--- a/share/man/man4/man4.i386/apm.4    Thu Apr 15 23:10:42 1999 +0000
+++ b/share/man/man4/man4.i386/apm.4    Fri Apr 16 01:44:49 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.4.2.1 1999/04/16 01:44:49 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