aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-30 20:01:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-01-08 01:00:00 +0100
commitce1db7a5447dca0f57dc343110719867e479b76e (patch)
treee8ba96d8a7f5d9c3c8db7783e299ac060620b950 /gnu
parent79a9bb25bcb3d8b29968363db9b288cf3844108a (diff)
downloadguix-ce1db7a5447dca0f57dc343110719867e479b76e.tar.gz
guix-ce1db7a5447dca0f57dc343110719867e479b76e.zip
gnu: fbcat: Fix typo in description.
* gnu/packages/linux.scm (fbcat)[description]: Fix ‘therof’. Add newline.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9ee7874996..7d10da25ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8464,7 +8464,8 @@ relevant @file{/dev/vcs*} file(s).")
(synopsis "Take a screenshot of the contents of the Linux framebuffer")
(description
"fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or
-a dump therof. It supports a wide range of drivers and pixel formats.
+a dump thereof. It supports a wide range of drivers and pixel formats.
+
@command{fbcat} can take screenshots of virtually any application that can be
made to write its output to the framebuffer, including (but not limited to)
text-mode or graphical applications that don't use a display server.