glfs/general/graphlib/svgalib/svgalib-exp.xml
Larry Lawrence 284d8e17d3 DJ and Igor's daily work
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1020 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-03 01:17:42 +00:00

9 lines
266 B
XML

<sect2>
<title>Command explanations</title>
<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
gunzip /usr/share/man/$file; done; done</command> : SVGAlib installs it's man
pages in compressed format so we uncompress them.</para>
</sect2>