diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-30 22:50:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-31 04:54:48 +0200 |
commit | 2c65c085f955c651e7c041a1ee51abb322fc8b2e (patch) | |
tree | c4a2076d316b7d6caf409ba2b1a20e3f743744e9 | |
parent | 82f22fac9f6e7bd9aab420b24a371f5d692533c6 (diff) | |
download | patches-2c65c085f955c651e7c041a1ee51abb322fc8b2e.tar patches-2c65c085f955c651e7c041a1ee51abb322fc8b2e.tar.gz |
gnu: lchat: Mark up description.
* gnu/packages/suckless.scm (lchat)[description]: Use @code.
-rw-r--r-- | gnu/packages/suckless.scm | 4 |
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)))) |