gnu: lchat: Mark up description.
* gnu/packages/suckless.scm (lchat)[description]: Use @code.
This commit is contained in:
parent
82f22fac9f
commit
2c65c085f9
|
@ -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")
|
(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 New Issue