diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:23:22 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:42 +0000 |
| commit | e47c294d005c7789f120d80b566c25f90e431278 (patch) | |
| tree | 4bdc459a6dec81fd841241b5650ea7b8abb9c4d5 | |
| parent | 8c48902d41d887eed3490b2f274801aa6911f389 (diff) | |
acpi_battery.4: Fix a typo in the manual page
- s/rechargable/rechargeable/
MFC after: 5 days
| -rw-r--r-- | share/man/man4/acpi_battery.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/acpi_battery.4 b/share/man/man4/acpi_battery.4 index 3707cd125678..49fed625ea31 100644 --- a/share/man/man4/acpi_battery.4 +++ b/share/man/man4/acpi_battery.4 @@ -158,8 +158,8 @@ Typically this will decrease every charging cycle. .It btech Battery technology: .Bl -tag -width indent -.It 0x00000000 Primary cell Pq non-rechargable -.It 0x00000001 Secondary cell Pq rechargable +.It 0x00000000 Primary cell Pq non-rechargeable +.It 0x00000001 Secondary cell Pq rechargeable .El .It Va dvol Design voltage in mV, |
