diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-17 11:10:45 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-03-17 11:10:45 +0100 |
commit | 8fc83d98ddd887dab7e5ddce1e210076776e24cb (patch) | |
tree | 3780546e7d935e13bb3187cebb951517063c8b9d /gnu/packages | |
parent | 10b52f4695b337f399eb936d5fa68131ae3452bf (diff) | |
download | patches-8fc83d98ddd887dab7e5ddce1e210076776e24cb.tar patches-8fc83d98ddd887dab7e5ddce1e210076776e24cb.tar.gz |
gnu: httrack: Fix Texinfo markup in description.
* gnu/packages/web.scm (httrack): Fix Texinfo markup in description.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index ac156b2b99..bde8c2bbb5 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7207,7 +7207,7 @@ the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open -a page of the @code{mirrored} website in your browser, and you can browse the +a page of the @emph{mirrored} website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. |