mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
4962684fe2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1300 af4574ff-66df-0310-9fd7-8a98e5e911e0
12 lines
333 B
XML
12 lines
333 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><screen><command>cp docbook.cat docbook.cat.orig
|
|
sed -e '/ISO 8879/d' docbook.cat.orig > docbook.cat
|
|
cp docbook.cat docbook.cat.orig
|
|
sed -e '/gml/d' docbook.cat.orig > docbook.cat</command></screen>
|
|
These commands remove the ENT definitions from the catalog file.</para>
|
|
|
|
</sect2>
|
|
|