diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2004-06-16 19:14:21 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2004-06-16 19:14:21 +0000 |
| commit | e15b31bb416422a87cd1798df93d07ba2eb86e4c (patch) | |
| tree | 8cab655a6b34c0034e6c506d59c11a012461f36b | |
| parent | ad165b6f6d757347b91153215f497ff0c83eebb2 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/apm/apm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index 23294bd3fdec..c652ec196f6c 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -233,8 +233,11 @@ print_all_info(int fd, apm_info_t aip, int bioscall_available) continue; } + printf("\t"); print_batt_stat(aps.ap_batt_stat); + printf("\t"); print_batt_life(aps.ap_batt_life); + printf("\t"); print_batt_time(aps.ap_batt_time); } } |
