gnu: lchat: Mark up description.

* gnu/packages/suckless.scm (lchat)[description]: Use @code.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-30 22:50:50 +02:00
parent 82f22fac9f
commit 2c65c085f9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))))