summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-02 18:29:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-03 01:52:45 +0100
commit30954e61b27aa0f200f2d39df15501fe41baab3d (patch)
treedda7a30f601c714f29b8498c87d791da24dd42df /gnu/packages/networking.scm
parent3f80d7ced28de98e1406d3814dafc8b84c92e48c (diff)
downloadguix-patches-30954e61b27aa0f200f2d39df15501fe41baab3d.tar
guix-patches-30954e61b27aa0f200f2d39df15501fe41baab3d.tar.gz
gnu: mtr: Use @acronym{}.
* gnu/packages/networking.scm (mtr)[description]: Substitute @acronym for @dfn.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 09f604a644..05f348ad0f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1964,7 +1964,7 @@ can be whipped up with little effort.")
(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.