mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +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")
|
||||
(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))))
|
||||
|
|
Loading…
Reference in a new issue