diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-02-02 08:30:27 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-02-02 08:30:27 +0000 |
commit | 6edd80110e39daaab679fed5c9a7bf8b365c6866 (patch) | |
tree | 8894be2a5c311e8d29392ae3c47b278deb226e8d | |
parent | 03da74d2d00e55eb859b8bd0ab591ccba77a5df8 (diff) |
A little better explanation about pod from gluk@
help and ok jmc@
-rw-r--r-- | sbin/atactl/atactl.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index 4b6d6a92a32..7db6a0867fd 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.25 2004/01/13 22:44:58 grange Exp $ +.\" $OpenBSD: atactl.8,v 1.26 2004/02/02 08:30:26 grange Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -159,11 +159,13 @@ warning. .Pp .It Li podenable Allows the specified device to revert to power-on default (pod) settings -after a reset. +after a software reset. .Pp .It Li poddisable Disallows the specified device to revert to power-on default (pod) settings -after a reset. +after a software reset. +In other words this permits the settings that have been modified since +power-on to remain after a software reset. .Pp .It Li puisenable Enables power-up in standby (puis) on the specified device, causing the |