diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-21 14:46:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-21 14:46:49 +0200 |
commit | 8a6f168c48d02d494388d10144f6155899a61502 (patch) | |
tree | f30b2c100d3cf130200b0a3ba2050fc3e1a28cf4 /gnu/packages/upnp.scm | |
parent | 05b1feb92ad09601c9e9e022aab541113c8b2b53 (diff) | |
download | guix-8a6f168c48d02d494388d10144f6155899a61502.tar guix-8a6f168c48d02d494388d10144f6155899a61502.tar.gz |
gnu: miniupnpc: Use @dfn mark-up.
gnu/packages/upnp.scm (miniupnpc)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/upnp.scm')
-rw-r--r-- | gnu/packages/upnp.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 0a61bdbf36..a3a6e848fb 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -64,11 +64,12 @@ (synopsis "UPnP protocol client library") (description "The MiniUPnPc client library facilitates access to the services provided -by any Universal Plug and Play (UPnP) Internet Gateway Device (IGD) present on -the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point. It is -useful whenever an application needs to listen for incoming connections while -running behind a UPnP-enabled router or firewall. Such applications include -peer-to-peer applications, active-mode FTP clients, DCC file transfers over -IRC, instant messaging, network games, and most server software.") +by any @dfn{Universal Plug and Play} (UPnP) @dfn{Internet Gateway Device} (IGD) +present on the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point. + +It is useful whenever an application needs to listen for incoming connections +while running behind a UPnP-enabled router or firewall. Such applications +include peer-to-peer applications, active-mode FTP clients, DCC file transfers +over IRC, instant messaging, network games, and most server software.") (license (x11-style "file://LICENSE" "See 'LICENSE' file in the distribution")))) |