FreeBSD Bugzilla – Attachment 55346 Details for
Bug 83672
acpiconf with remaining battery life and time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 807 bytes, created by
Rudolf Čejka
on 2005-07-18 15:40:33 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rudolf Čejka
Created:
2005-07-18 15:40:33 UTC
Size:
807 bytes
patch
obsolete
>--- usr.sbin/acpi/acpiconf/acpiconf.c.orig Sun Jul 17 16:12:32 2005 >+++ usr.sbin/acpi/acpiconf/acpiconf.c Sun Jul 17 16:13:19 2005 >@@ -142,14 +142,14 @@ > printf("Charging"); > printf("\n"); > if (battio.bst.rate == UNKNOWN_CAP) >- printf("Present Rate:\t\tUnknown\n"); >+ printf("Present rate:\t\tUnknown\n"); > else >- printf("Present Rate:\t\t%d %s\n", battio.bst.rate, >+ printf("Present rate:\t\t%d %s\n", battio.bst.rate, > pwr_units); > if (battio.bst.cap == UNKNOWN_CAP) >- printf("Remaining Capacity:\tUnknown\n"); >+ printf("Remaining capacity:\tUnknown\n"); > else >- printf("Remaining Capacity:\t%d %s\n", battio.bst.cap, >+ printf("Remaining capacity:\t%d %s\n", battio.bst.cap, > pwr_units); > if (battio.bst.volt == UNKNOWN_CAP) > printf("Volt:\t\t\tUnknown\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83672
:
55345
| 55346 |
55347
|
55348