Changeset 779d3b5


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rba6578d r779d3b5  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 5th &year;">
     9<!ENTITY releasedate  "February 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/liblinear.xml

    rba6578d r779d3b5  
    9292        downloads with the correct name liblinear-&liblinear-version;.tar.gz, if
    9393        using a browser such as Firefox. If you prefer to use a command line
    94         program, such as wget, you obtain v&liblinear-version;.tar.gz. To change
    95         the filename, run: <command>mv -vi v&liblinear-version;.tar.gz
    96         liblinear-&liblinear-version;.tar.gz</command>.
     94        program such as wget, you normally would obtain
     95        v&liblinear-version;.tar.gz. To obtain this package with the proper
     96        filename, run:
     97
     98<screen><userinput>wget -c https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz \
     99     -O liblinear-&liblinear-version;.tar.gz</userinput></screen>.
    97100        </para>
    98101      </note>
  • 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.