gnu: fbcat: Fix typo in description.

* gnu/packages/linux.scm (fbcat)[description]: Fix ‘therof’.  Add newline.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-30 20:01:26 +01:00
parent 79a9bb25bc
commit ce1db7a544
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8464,7 +8464,8 @@ (define-public fbcat
(synopsis "Take a screenshot of the contents of the Linux framebuffer") (synopsis "Take a screenshot of the contents of the Linux framebuffer")
(description (description
"fbcat saves the contents of the Linux framebuffer (@file{/dev/fb*}), or "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 @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) 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. text-mode or graphical applications that don't use a display server.