guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/11: gnu: mktorrent: Add missing @dfn to description.


From: Tobias Geerinckx-Rice
Subject: 04/11: gnu: mktorrent: Add missing @dfn to description.
Date: Sun, 21 Jan 2018 16:33:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 897bd0b50196b48149918e635a81be13378fb96a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jan 20 23:22:20 2018 +0100

    gnu: mktorrent: Add missing @dfn to description.
    
    * gnu/packages/bittorrent.scm (mktorrent)[description]: Add missing @dfn.
---
 gnu/packages/bittorrent.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 46eeb18..3c9279d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -362,11 +362,12 @@ downloads, download scheduling, download rate limiting.")
        #:tests? #f))                            ; no tests
     (home-page "https://github.com/Rudde/mktorrent";)
     (synopsis "Utility to create BitTorrent metainfo files")
-    (description "mktorrent is a simple command-line utility to create
-BitTorrent @dfn{metainfo} files, often known simply as @dfn{torrents}, from
-both single files and whole directories.  It can add multiple trackers and web
-seed URLs, and set the @code{private} flag to disallow advertisement through
-the distributed hash table (DHT) and Peer Exchange.  Hashing is multi-threaded
+    (description
+     "mktorrent is a simple command-line utility to create BitTorrent
address@hidden files, often known simply as @dfn{torrents}, from both single
+files and whole directories.  It can add multiple trackers and web seed URLs,
+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.")
     (license (list l:public-domain      ; sha1.*, used to build without OpenSSL
                    l:gpl2+))))          ; with permission to link with OpenSSL



reply via email to

[Prev in Thread] Current Thread [Next in Thread]