diff options
author | Larry Lawrence <larry@linuxfromscratch.org> | 2003-04-22 19:26:48 +0000 |
---|---|---|
committer | Larry Lawrence <larry@linuxfromscratch.org> | 2003-04-22 19:26:48 +0000 |
commit | f32ecb0e0fd81a57541b17c501a8b0d504900ccd (patch) | |
tree | d7548c9c3cd6992ea7938ea140e18e40cd576aa4 | |
parent | df106b1000e103e2bab7fa687c5b13d926d826c7 (diff) |
fix gsview url
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@875 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r-- | book/book.xml | 2 | ||||
-rw-r--r-- | connect/dhcp/dhcpcd/dhcpcd-inst.xml | 4 | ||||
-rw-r--r-- | general/graphlib/libpng/libpng-intro.xml | 3 | ||||
-rw-r--r-- | introduction/welcome/changelog.xml | 7 |
4 files changed, 11 insertions, 5 deletions
diff --git a/book/book.xml b/book/book.xml index ec793ed085..7b939230fc 100644 --- a/book/book.xml +++ b/book/book.xml @@ -1,7 +1,7 @@ &book-info; &book-dedication; &preface; - +<toc/> <!-- Parts --> &introduction; diff --git a/connect/dhcp/dhcpcd/dhcpcd-inst.xml b/connect/dhcp/dhcpcd/dhcpcd-inst.xml index 69132d52c2..39a62a652b 100644 --- a/connect/dhcp/dhcpcd/dhcpcd-inst.xml +++ b/connect/dhcp/dhcpcd/dhcpcd-inst.xml @@ -2,8 +2,8 @@ <title>Installation of dhcpcd</title> <para>Before installing dhcpcd, you need to -download <filename>dhcpcd-&dhcpcd-version;.patch.bz2</filename> -from <ulink url="&hfile-root;"/> and decompress it to your source +download <filename>dhcpcd-&dhcpcd-version;.patch</filename> +from <ulink url="&hfile-root;"/> and place it to your source directory.</para> <para>Install dhcpcd by running the following commands:</para> diff --git a/general/graphlib/libpng/libpng-intro.xml b/general/graphlib/libpng/libpng-intro.xml index 4ada796e72..4133a27c3c 100644 --- a/general/graphlib/libpng/libpng-intro.xml +++ b/general/graphlib/libpng/libpng-intro.xml @@ -10,7 +10,6 @@ Estimated Disk space required: &libpng-buildsize;</screen> <para>The libpng package contains the libpng libraries. These are used by other programs for reading and writing png files.</para> -<para>Download the patch to force linking of libpng to libz -<userinput><ulink url="&hfile-root;"/></userinput>.</para> +<para>Download the patch to force linking of libpng to libz from <ulink url="&hfile-root;"/>.</para> </sect2> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 93c3b5120b..45cdad0028 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,13 @@ page in Chapter 1 for details on who wrote what.</para> <itemizedlist> +<listitem><para>April 21st, 2003 [larry]: pst: changed url to point to +correct location for the version in the book. This will be undone after +release.</para></listitem> + +<listitem><para>April 21st, 2003 [larry]: added a lot of +tags.</para></listitem> + <listitem><para>April 17th, 2003 [larry]: multimedia: updated to MPlayer 0.90.</para></listitem> |