diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-11 19:17:43 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-11 19:17:43 +0000 |
commit | 0474c90ea8b3f8fb52d43909617b29915240f67e (patch) | |
tree | cb6e5788bddde3f3be7d272ed474650df7ececd3 /chapter06 | |
parent | 36d7d925ba8a8aec08207d57e9f577db480a023d (diff) |
Tag correction.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 5d07a94e8..9d6dd0e7b 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -54,7 +54,7 @@ problem. The above command takes care of this issue.</para> <para>Remove the Binutils source and build directories now.</para> <para>Next, amend the GCC specs file so that it points to the new -dynamic linker. A perl command accomplishes this:</para> +dynamic linker. A <command>perl</command> command accomplishes this:</para> <screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \ -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \ |