gnu: znc: Use @dfn in description.

* gnu/packages/messaging.scm (znc)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-02 21:29:08 +02:00
parent 8cb3a0cf0a
commit 1a5444823a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -492,9 +492,9 @@ (define-public znc
("cyrus-sasl" ,cyrus-sasl))) ("cyrus-sasl" ,cyrus-sasl)))
(home-page "https://znc.in") (home-page "https://znc.in")
(synopsis "IRC network bouncer") (synopsis "IRC network bouncer")
(description "ZNC is an IRC network bouncer or BNC. It can detach the (description "ZNC is an @dfn{IRC network bouncer} or @dfn{BNC}. It can
client from the actual IRC server, and also from selected channels. Multiple detach the client from the actual IRC server, and also from selected channels.
clients from different locations can connect to a single ZNC account Multiple clients from different locations can connect to a single ZNC account
simultaneously and therefore appear under the same nickname on IRC.") simultaneously and therefore appear under the same nickname on IRC.")
(license license:asl2.0))) (license license:asl2.0)))