Ashish Shukla आशीष शुक्ल wrote:
Hi all

While trying to lookup XCB API documentation (
/usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
I'm wondering is there anyway to install that documentation in the
decompressed form, hmm...?

why?

less /usr/share/doc/libxcb/manual/blah.doc.bz2
cat /usr/share/doc/libxcb/manual/blah.doc.bz2 | bzip2 -d
cp /usr/share/doc/libxcb/manual/blah.doc.bz2 ~/; bzip2 -d ~/blah.doc.bz2

--
Iain Buchanan <iaindb at netspace dot net dot au>

One thing they don't tell you about doing experimental physics is that
sometimes you must work under adverse conditions... like a state of sheer terror.
                -- W.K. Hartmann

Reply via email to