mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
a8d6ef3ada
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
10 lines
291 B
XML
10 lines
291 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>cd doc && for dir in man?; do for file in $dir/*; do
|
|
gunzip /usr/share/man/$file; done; done</command>:
|
|
<application>SVGAlib</application> installs its man pages in compressed format
|
|
so we uncompress them.</para>
|
|
|
|
</sect2>
|