gnu: mtr: Use @acronym{}.

* gnu/packages/networking.scm (mtr)[description]: Substitute @acronym
for @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-02 18:29:14 +01:00
parent 3f80d7ced2
commit 30954e61b2
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1964,7 +1964,7 @@ (define-public mtr
(home-page "https://www.bitwizard.nl/mtr/")
(synopsis "Network diagnostic tool")
(description
"@dfn{mtr} (My TraceRoute) combines the functionality of the
"@acronym{mtr, My TraceRoute} combines the functionality of the
@command{traceroute} and @command{ping} programs in a single network diagnostic
tool. @command{mtr} can use several network protocols to detect intermediate
routers (or @dfn{hops}) between the local host and a user-specified destination.