Message-Id: <33DFECBE.7958@lps.u-psud.fr> Date: Wed, 30 Jul 1997 18:39:11 -0700 From: Daniel TAUPIN Reply-To: taupin AT lps DOT u-psud DOT fr Organization: CNRS Mime-Version: 1.0 To: DJGPP List Subject: Trying to view man-oriented docs. Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk My question about viewing the man-oriented files (such as foo.1, foo.3, etc.) is actually treated in DJGPPFAQ. But NONE of the solutions given work: 1. the groff.exe is available, but a command like "groff mydoc.1" fails: cannot find DESC file (although I copied one from the distrib in the current directory) fatal error: invalid device 'ps' (or invalid devide 'ascii' if a sgive the option -Tascii). Unfortunately, the doc groff.1n is not read by INFO... My solution is a man.bat whose text is: groff.exe -Tascii -Fc:\c\share\groff\font %1.* | more That was obvious, isn't it? 2. I got the man-pc.zip but: 2.a The makefile is definitely NOT adaptet to djgpp/gcc (e.g. it says #CC = cc) 2.b event after error-free compilation, man finds the given man file at the right place, but fails with a diag and yields nothing. ------------------------------------------------------------------------- Daniel Taupin, Physique des Solides, Univ. Paris-Sud, 91405 ORSAY E-mail : mailto:taupin AT lps DOT u-psud DOT fr Tél: (33) 1.69.15.60.79, Fax: (33) 1.69.15.60.86 -------------------------------------------------------------------------