summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 17:57:57 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 17:57:57 -0400
commitf2781a29a84ad15d9fe3bd0c5f9b8469158e73b3 (patch)
tree5639e381ed4e7866ee6384cd8594345495312c2a
parentRemove -width options from .Bl (diff)
downloadsrc-f2781a29a84ad15d9fe3bd0c5f9b8469158e73b3.tar.gz
src-f2781a29a84ad15d9fe3bd0c5f9b8469158e73b3.zip
List FRAMEBUFFER defaults in FILES section
-rw-r--r--bin/fbatt.15
-rw-r--r--bin/fbclock.17
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
't output a pre in hilex by defaultJune McEnroe 2021-01-12Move hilex out of hilex directoryJune McEnroe 2021-01-12Consolidate hilex formatters into hilex.cJune McEnroe 2021-01-12Remove hacky tagging from hilexJune McEnroe 2021-01-12Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe