aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-01-23 21:28:48 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-01-23 21:28:48 +0000
commit0ee07e59de6ea106496ad222c6550cdc0e88c181 (patch)
tree3076fc28a969f082e779e1434889674156735ed1 /chapter06
parenta3e29a25971bfd1200855abafdca0932730b7975 (diff)
Use an entity for BLFS URL's.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml4
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/iproute2.xml2
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--chapter06/vim.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index e3c185362..ab737dd79 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -42,7 +42,7 @@
<para>There are instructions to build this package in the BLFS book if you
need to build the RPC server or additional language bindings. The
additional language bindings will require additional packages to be
- installed. See <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/>
+ installed. See <ulink url="&blfs-book;server/databases.html#db"/>
for suggested installation instructions.</para>
<para>Also, GDBM <emphasis>could</emphasis> be used in place of Berkeley
@@ -52,7 +52,7 @@
installed, not with GDBM. If you fully understand the risks versus
benefits of using GDBM and wish to use it anyway, see the BLFS
instructions located at <ulink
- url="&blfs-root;view/&short-version;/general/gdbm.html"/></para>
+ url="&blfs-book;general/gdbm.html"/></para>
</tip>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 6c07d8ae0..53f8354ad 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -69,7 +69,7 @@ cd ../gcc-build</userinput></screen>
<para>Note that for other languages, there are some prerequisites that
are not yet available. See the
- <ulink url="&blfs-root;view/&short-version;/general/gcc.html">BLFS Book</ulink>
+ <ulink url="&blfs-book;general/gcc.html">BLFS Book</ulink>
for instructions on how to build all of GCC's supported languages.</para>
<variablelist>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index e08681c41..3dd8d1e31 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -46,7 +46,7 @@
common requirement on a base Linux system, remove the dependency on Berkeley
DB by applying the commands below. If the <command>arpd</command> binary is
needed, instructions for compiling Berkeley DB can be found in the BLFS Book
- at <ulink url="&blfs-root;view/&short-version;/server/databases.html#db"/>.
+ at <ulink url="&blfs-book;server/databases.html#db"/>.
</para>
<screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index a44fd17a7..25fc55a29 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -43,7 +43,7 @@
<note>
<para>If you would like to enforce the use of strong passwords, refer to
- <ulink url="&blfs-root;view/&short-version;/postlfs/cracklib.html"/> for installing
+ <ulink url="&blfs-book;postlfs/cracklib.html"/> for installing
CrackLib prior to building Shadow. Then add
<parameter>--with-libcrack</parameter> to the <command>configure</command>
command below.</para>
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index fd2360e3c..346e73029 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -34,7 +34,7 @@
<para>If you prefer another editor&mdash;such as Emacs, Joe, or
Nano&mdash;please refer to <ulink
- url="&blfs-root;view/&short-version;/postlfs/editors.html"/> for suggested
+ url="&blfs-book;postlfs/editors.html"/> for suggested
installation instructions.</para>
</tip>
@@ -94,7 +94,7 @@ done</userinput></screen>
additional libraries to be installed. For more information on this
process, refer to the Vim documentation and the Vim installation page
in the BLFS book at <ulink
- url="&blfs-root;view/&short-version;/postlfs/vim.html"/>.</para>
+ url="&blfs-book;postlfs/vim.html"/>.</para>
</sect2>