diff options
author | June McEnroe <june@causal.agency> | 2018-09-07 17:53:53 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-07 17:53:53 -0400 |
commit | c91d610ebad1227988e5261ca5a9e4d34ba048be (patch) | |
tree | 303aa07c884120b52ce8bc66598942474c5fbba1 /bin/fbatt.1 | |
parent | Add fbclock.1 (diff) | |
download | src-c91d610ebad1227988e5261ca5a9e4d34ba048be.tar.gz src-c91d610ebad1227988e5261ca5a9e4d34ba048be.zip |
Remove -width options from .Bl
Diffstat (limited to 'bin/fbatt.1')
-rw-r--r-- | bin/fbatt.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fbatt.1 b/bin/fbatt.1 index fc606ede..3f78fa90 100644 --- a/bin/fbatt.1 +++ b/bin/fbatt.1 @@ -11,13 +11,13 @@ displays a battery charge indicator in the top-right corner of the Linux framebuffer. .Sh ENVIRONMENT -.Bl -tag -width "FRAMEBUFFER" +.Bl -tag .It Ev FRAMEBUFFER The framebuffer device. By default, .Pa /dev/fb0 . .El .Sh FILES -.Bl -tag -width "/sys/class/power_supply" +.Bl -tag .It Pa /sys/class/power_supply The first subdirectory containing .Pa charge_full |