Mail Archives: djgpp/1998/08/02/11:17:12
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).
- Raw text -