Date: Sun, 2 Aug 1998 18:17:08 +0300 (IDT) From: Eli Zaretskii To: Ralph Proctor cc: djgpp AT delorie DOT com Subject: Re: Bash info and man In-Reply-To: <3.0.1.16.19980802110757.1a97772e@shadow.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 2 Aug 1998, Ralph Proctor wrote: > Are you implying that the man command can get to a SUBDIRECTORY under > c:\djgpp\share\man ?? It will, but only if those subdirectories are called catN or manN, where N is a single digit. (On Unix, catN include formatted man pages and manN unformatted ones--those which need to be run through troff or Groff.) Since all man pages distributed with DJGPP packages should be formatted, so that users won't need to install Groff just to browse the docs, the best way is to put them inside %DJDIR%/share/man/cat1. The man clone from v2apps/man12b.zip looks inside catN directories first, so it finds files in there faster; otherwise man1 is also okay (but on UNix, it probably wouldn't).