diff options
author | June McEnroe <june@causal.agency> | 2018-09-07 17:57:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-07 17:57:57 -0400 |
commit | 6d75104463a16d8b89267530b6a6dc54d3fdff4d (patch) | |
tree | 48364792df96930112dc8947484975ea8ae07504 /bin | |
parent | Remove -width options from .Bl (diff) | |
download | src-6d75104463a16d8b89267530b6a6dc54d3fdff4d.tar.gz src-6d75104463a16d8b89267530b6a6dc54d3fdff4d.zip |
List FRAMEBUFFER defaults in FILES section
Diffstat (limited to '')
-rw-r--r-- | bin/fbatt.1 | 5 | ||||
-rw-r--r-- | bin/fbclock.1 | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/bin/fbatt.1 b/bin/fbatt.1 index 3f78fa90..a9dfef79 100644 --- a/bin/fbatt.1 +++ b/bin/fbatt.1 @@ -13,11 +13,12 @@ of the Linux framebuffer. .Sh ENVIRONMENT .Bl -tag .It Ev FRAMEBUFFER -The framebuffer device. By default, -.Pa /dev/fb0 . +The framebuffer device path. .El .Sh FILES .Bl -tag +.It Pa /dev/fb0 +The default framebuffer device path. .It Pa /sys/class/power_supply The first subdirectory containing .Pa charge_full diff --git a/bin/fbclock.1 b/bin/fbclock.1 index 06e1cf09..b854eee3 100644 --- a/bin/fbclock.1 +++ b/bin/fbclock.1 @@ -15,13 +15,14 @@ of the Linux framebuffer. .It Ev FONT Path to gzipped PSF file. .It Ev FRAMEBUFFER -The framebuffer device. By default, -.Pa /dev/fb0 . +The framebuffer device path. .El .Sh FILES .Bl -tag +.It Pa /dev/fb0 +The default framebuffer device path. .It Pa /usr/share/kbd/consolefonts/Lat2-Terminus16.psfu.gz -The default font file. +The default font path. .El .Sh SEE ALSO .Xr setfont 8 |