diff options
Diffstat (limited to 'usr.sbin/apm/apm.c')
-rw-r--r-- | usr.sbin/apm/apm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index eb66acdc246..8c5662957c6 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.40 2022/02/06 09:07:42 robert Exp $ */ +/* $OpenBSD: apm.c,v 1.41 2022/02/13 21:27:51 jmc Exp $ */ /* * Copyright (c) 1996 John T. Kohl @@ -394,7 +394,7 @@ balony: } if (doac) - printf("A/C adapter state: %s\n", + printf("AC adapter state: %s\n", ac_state(reply.batterystate.ac_state)); if (doperf) |