gnu: mktorrent: Add missing @dfn to description.
* gnu/packages/bittorrent.scm (mktorrent)[description]: Add missing @dfn.
This commit is contained in:
parent
9270b2fb45
commit
897bd0b501
|
@ -362,11 +362,12 @@ downloads, download scheduling, download rate limiting.")
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(home-page "https://github.com/Rudde/mktorrent")
|
(home-page "https://github.com/Rudde/mktorrent")
|
||||||
(synopsis "Utility to create BitTorrent metainfo files")
|
(synopsis "Utility to create BitTorrent metainfo files")
|
||||||
(description "mktorrent is a simple command-line utility to create
|
(description
|
||||||
BitTorrent @dfn{metainfo} files, often known simply as @dfn{torrents}, from
|
"mktorrent is a simple command-line utility to create BitTorrent
|
||||||
both single files and whole directories. It can add multiple trackers and web
|
@dfn{metainfo} files, often known simply as @dfn{torrents}, from both single
|
||||||
seed URLs, and set the @code{private} flag to disallow advertisement through
|
files and whole directories. It can add multiple trackers and web seed URLs,
|
||||||
the distributed hash table (DHT) and Peer Exchange. Hashing is multi-threaded
|
and set the @code{private} flag to disallow advertisement through the
|
||||||
|
distributed hash table (@dfn{DHT}) and Peer Exchange. Hashing is multi-threaded
|
||||||
and will take advantage of multiple processor cores where possible.")
|
and will take advantage of multiple processor cores where possible.")
|
||||||
(license (list l:public-domain ; sha1.*, used to build without OpenSSL
|
(license (list l:public-domain ; sha1.*, used to build without OpenSSL
|
||||||
l:gpl2+)))) ; with permission to link with OpenSSL
|
l:gpl2+)))) ; with permission to link with OpenSSL
|
||||||
|
|
Loading…
Reference in New Issue