diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 13:41:04 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 13:41:04 +0000 |
commit | 574b0eabcc0015a1ee7c8b7098f50e2b6b0e9005 (patch) | |
tree | 83d15d25797db1a7575a6bc2e8b8d34783f25e14 /chapter05/gettext.xml | |
parent | b711e1d6218396e587b111d540c8567453b21502 (diff) |
Tagging corrections in chapters 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 6eb398cf8..b2174d8f8 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -36,15 +36,15 @@ <variablelist> <varlistentry> -<term><userinput>--disable-libasprintf</userinput></term> +<term><parameter>--disable-libasprintf</parameter></term> <listitem><para>This flag tells -Gettext that we don't want its asprintf library. Nothing in Chapter 5 or 6 -requires this, and gettext gets rebuilt later, so we exclude it to save +Gettext that we don't want its asprintf library. Nothing in this chapter or the next +requires this, and Gettext gets rebuilt later, so we exclude it to save time/space.</para></listitem> </varlistentry> <varlistentry> -<term><userinput>--disable-csharp</userinput></term> +<term><parameter>--disable-csharp</parameter></term> <listitem><para>Gettext has a nasty habit of searching for a C# compiler on the host, and building bindings for it. We've already <quote>locked</quote> ourselves into the temporary tools though, |