Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Date: Thu, 30 Oct 2008 22:50:58
Message-Id: 490A3A40.1000806@netspace.net.au
In Reply to: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? by wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)
1 Ashish Shukla आशीष शुक्ल wrote:
2 > Hi all
3 >
4 > While trying to lookup XCB API documentation (
5 > /usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
6 > I'm wondering is there anyway to install that documentation in the
7 > decompressed form, hmm...?
8
9 why?
10
11 less /usr/share/doc/libxcb/manual/blah.doc.bz2
12 cat /usr/share/doc/libxcb/manual/blah.doc.bz2 | bzip2 -d
13 cp /usr/share/doc/libxcb/manual/blah.doc.bz2 ~/; bzip2 -d ~/blah.doc.bz2
14
15 --
16 Iain Buchanan <iaindb at netspace dot net dot au>
17
18 One thing they don't tell you about doing experimental physics is that
19 sometimes you must work under adverse conditions... like a state of
20 sheer terror.
21 -- W.K. Hartmann

Replies

Subject Author
Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)
Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? felix@×××××××.com