Changeset 779d3b5 for general/genutils


Ignore:
Timestamp:
02/06/2016 01:02:04 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
940db6cc
Parents:
ba6578d
Message:
  • tidy-html5-5.1.25 and liblinear-210: Fix "note" about downloading with correct filename.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16908 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy.xml

    rba6578d r779d3b5  
    6565        downloads with the correct name tidy-html5-&tidy-version;.tar.gz, if
    6666        using a browser such as Firefox. If you prefer to use a command line
    67         program, such as wget, you obtain &tidy-version;.tar.gz. To
    68         change the filename, run: <command>mv -vi
    69         &tidy-version;.tar.gz tidy-html5-&tidy-version;.tar.gz</command>.
     67        program such as wget, you normally would obtain &tidy-version;.tar.gz.
     68        To obtain this package with the proper filename, run:
     69
     70<screen><userinput>wget -c https://github.com/htacg/tidy-html5/archive/&tidy-version;.tar.gz \
     71     -O tidy-html5-&tidy-version;.tar.gz</userinput></screen>.
    7072        </para>
    7173      </note>
Note: See TracChangeset for help on using the changeset viewer.