summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 17:51:52 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 17:51:52 -0400
commit39f026e1c5e9211f0a53d075dc3d1c6ed43459bf (patch)
tree81f84e9f8cc329cf87483f698a545d6728989479 /bin
parentAdd fbatt.1 (diff)
downloadsrc-39f026e1c5e9211f0a53d075dc3d1c6ed43459bf.tar.gz
src-39f026e1c5e9211f0a53d075dc3d1c6ed43459bf.zip
Add fbclock.1
Diffstat (limited to 'bin')
-rw-r--r--bin/fbclock.127
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/fbclock.1 b/bin/fbclock.1
new file mode 100644
index 00000000..06e1cf09
--- /dev/null
+++ b/bin/fbclock.1
@@ -0,0 +1,27 @@
+.Dd $Mdocdate$
+.Dt FBCLOCK 1
+.Sh NAME
+.Nm fbclock
+.Nd framebuffer clock
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+displays a clock
+in the top-right corner
+of the Linux framebuffer.
+.Sh ENVIRONMENT
+.Bl -tag
+.It Ev FONT
+Path to gzipped PSF file.
+.It Ev FRAMEBUFFER
+The framebuffer device. By default,
+.Pa /dev/fb0 .
+.El
+.Sh FILES
+.Bl -tag
+.It Pa /usr/share/kbd/consolefonts/Lat2-Terminus16.psfu.gz
+The default font file.
+.El
+.Sh SEE ALSO
+.Xr setfont 8
2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe 2021-05-08Import LibreSSL 3.3.3June McEnroe 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe