summaryrefslogtreecommitdiff
path: root/gnu/packages/suckless.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-30 22:50:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-31 04:54:48 +0200
commit2c65c085f955c651e7c041a1ee51abb322fc8b2e (patch)
treec4a2076d316b7d6caf409ba2b1a20e3f743744e9 /gnu/packages/suckless.scm
parent82f22fac9f6e7bd9aab420b24a371f5d692533c6 (diff)
downloadguix-patches-2c65c085f955c651e7c041a1ee51abb322fc8b2e.tar
guix-patches-2c65c085f955c651e7c041a1ee51abb322fc8b2e.tar.gz
gnu: lchat: Mark up description.
* gnu/packages/suckless.scm (lchat)[description]: Use @code.
Diffstat (limited to 'gnu/packages/suckless.scm')
-rw-r--r--gnu/packages/suckless.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index f127a7b94a..ed4ec28534 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -724,6 +724,6 @@ as -1, to be used instead of U+FFFD.
(synopsis "Line chat is a frontend for the irc client ii from suckless")
(description
"Lchat (line chat) is the little and small brother of cii.
-It is a front end for ii-like chat programs. It uses tail(1) -f to get the
-chat output in background.")
+It is a front end for ii-like chat programs. It uses @code{tail -f} to get the
+chat output in the background.")
(license license:isc))))