mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: miniupnpc: Use @dfn mark-up.
gnu/packages/upnp.scm (miniupnpc)[description]: Use @dfn.
This commit is contained in:
parent
05b1feb92a
commit
8a6f168c48
1 changed files with 7 additions and 6 deletions
|
@ -64,11 +64,12 @@ (define-public miniupnpc
|
||||||
(synopsis "UPnP protocol client library")
|
(synopsis "UPnP protocol client library")
|
||||||
(description
|
(description
|
||||||
"The MiniUPnPc client library facilitates access to the services provided
|
"The MiniUPnPc client library facilitates access to the services provided
|
||||||
by any Universal Plug and Play (UPnP) Internet Gateway Device (IGD) present on
|
by any @dfn{Universal Plug and Play} (UPnP) @dfn{Internet Gateway Device} (IGD)
|
||||||
the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point. It is
|
present on the network. In UPnP terminology, MiniUPnPc is a UPnP Control Point.
|
||||||
useful whenever an application needs to listen for incoming connections while
|
|
||||||
running behind a UPnP-enabled router or firewall. Such applications include
|
It is useful whenever an application needs to listen for incoming connections
|
||||||
peer-to-peer applications, active-mode FTP clients, DCC file transfers over
|
while running behind a UPnP-enabled router or firewall. Such applications
|
||||||
IRC, instant messaging, network games, and most server software.")
|
include peer-to-peer applications, active-mode FTP clients, DCC file transfers
|
||||||
|
over IRC, instant messaging, network games, and most server software.")
|
||||||
(license
|
(license
|
||||||
(x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
|
(x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
|
||||||
|
|
Loading…
Reference in a new issue