diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter03/introduction.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e54ca4260..46cbbf2ce 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2010-10-27</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Add an example on how to use wget-list. Fixes + <ulink url="&lfs-ticket-root;2778">#2778</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-10-26</para> <itemizedlist> <listitem> diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 1cb5c1b4a..c89f2ee11 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -51,6 +51,8 @@ <para>An easy way to download all of the packages and patches is by using <ulink url="../wget-list">wget-list</ulink> as an input to - <command>wget</command>.</para> + <command>wget</command>. For example:</para> + + <screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> </sect1> diff --git a/general.ent b/general.ent index 59b9bdd12..548669dd7 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20101026"> -<!ENTITY releasedate "October 26, 2010"> +<!ENTITY version "SVN-20101027"> +<!ENTITY releasedate "October 27, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |