mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: lchat: Mark up description.
* gnu/packages/suckless.scm (lchat)[description]: Use @code.
This commit is contained in:
parent
82f22fac9f
commit
2c65c085f9
1 changed files with 2 additions and 2 deletions
|
@ -724,6 +724,6 @@ (define-public lchat
|
||||||
(synopsis "Line chat is a frontend for the irc client ii from suckless")
|
(synopsis "Line chat is a frontend for the irc client ii from suckless")
|
||||||
(description
|
(description
|
||||||
"Lchat (line chat) is the little and small brother of cii.
|
"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
|
It is a front end for ii-like chat programs. It uses @code{tail -f} to get the
|
||||||
chat output in background.")
|
chat output in the background.")
|
||||||
(license license:isc))))
|
(license license:isc))))
|
||||||
|
|
Loading…
Reference in a new issue