Date: Thu, 15 Jul 1999 18:51:29 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: chongkong AT my-deja DOT com cc: djgpp AT delorie DOT com Subject: Re: how to read the file in info In-Reply-To: <7mkqau$gs5$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 15 Jul 1999 chongkong AT my-deja DOT com wrote: > In article <7mjs1c$6he$1 AT nnrp1 DOT deja DOT com>, > chongkong AT my-deja DOT com wrote: > > is there a "viewer" for the .1 file? > > sorry i mean the file in man/man1 Download v2apps/man12b.zip and v2gnu/lss332b.zip, install them, and then type "man foo.1" from the command line. The above is enough to view formatted man pages. For unformatted pages, you will have to download v2gnu/gro110b.zip, which will format the pages on the fly. However, most DJGPP packages come with pages that were already formatted. Note that this is all explained in the FAQ (section 5.5), and in more detail, so I suggest to read there.