diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 22:35:14 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 22:35:14 +0000 |
commit | cf455b0ebecb4a1631e66ad611c7441d49fc1e94 (patch) | |
tree | 89c5e23361bb7b656cde8d1173a21dd5846a58d4 /chapter06 | |
parent | ff38e7078bf246dc411c6fb0b907dbc145fdc34d (diff) |
Wrapped a couple of filenames in filename tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0003d9c6c..25f5d7fcb 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -73,7 +73,8 @@ <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen> <para>Apply the following patch to fix build errors in packages that include - linux/types.h after sys/kd.h:</para> + <filename class="headerfile">linux/types.h</filename> after <filename + class="headerfile">sys/kd.h</filename>:</para> <screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen> |