diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
commit | aefc8221f5cc504a8bc7a6354fda23ca7f78de79 (patch) | |
tree | c0cec08cce56091a37d890b99d3c388f14e76f38 /chapter07/gettext.xml | |
parent | 387a32af4bff50363c15788cf25f10ed26cfabd3 (diff) |
Updates to the rest of cross2 Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/gettext.xml')
-rw-r--r-- | chapter07/gettext.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter07/gettext.xml b/chapter07/gettext.xml index 34d0ee32e..a8f5be287 100644 --- a/chapter07/gettext.xml +++ b/chapter07/gettext.xml @@ -67,7 +67,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>Install the <command>msgfmt</command>, <command>msgmerge</command> and + <para>Install the <command>msgfmt</command>, <command>msgmerge</command>, and <command>xgettext</command> programs:</para> <screen><userinput remap="install">cp -v gettext-tools/src/{msgfmt,msgmerge,xgettext} /usr/bin</userinput></screen> @@ -77,8 +77,7 @@ <sect2 role="content"> <title/> - <para>Details on this package are located in - <xref linkend="contents-gettext" role="."/></para> + <para>Details on this package are located in <xref linkend="contents-gettext" role="."/></para> </sect2> |