diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2020-01-25 18:02:23 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2020-01-25 18:02:23 +0000 |
commit | cff1c208a90ca9830615f717d7a957739e94a10d (patch) | |
tree | 01b8db9cb5153d8862e10a98aff3d9ade35c6f67 /usr.sbin/apmd | |
parent | ba85304ba9962ebbb310b3c4b4985b63ce35b3b6 (diff) |
With -d, messages are now printed on stderr
Missed when I changed this in apmd.c rev 1.91.
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r-- | usr.sbin/apmd/apmd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index 84672afbc35..6f3156e0820 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apmd.8,v 1.50 2018/12/04 18:00:57 tedu Exp $ +.\" $OpenBSD: apmd.8,v 1.51 2020/01/25 18:02:22 jca Exp $ .\" .\" Copyright (c) 1995 John T. Kohl .\" All rights reserved. @@ -26,7 +26,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 4 2018 $ +.Dd $Mdocdate: January 25 2020 $ .Dt APMD 8 .Os .Sh NAME @@ -78,7 +78,7 @@ batteries (user requests are still honored). .It Fl d .Nm enters debug mode, staying in the foreground. -Logging output is printed to stdout. +Logging output is printed to stderr. .It Fl f Ar devname Specify an alternate device file name, .Ar devname . |