Date: Wed, 30 Jul 1997 11:51:36 -0700 (PDT) Message-Id: <199707301851.LAA11796@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: taupin AT lps DOT u-psud DOT fr From: Nate Eldredge Subject: Re: "man" files to "info". Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >I have several help files to be read on unix machines with "man >something". Can somebody tell me how to convert these files of form >something.1, something.3 something.5, etc., to adequation files to be >read by info.exe. FAQ section 5.6 talks about several ways to deal with man pages. It's slightly outdated (i.e. I think a current groff port does exist) but could be quite helpful. Also, using cawf, Jude DaShiell today posted a "man.bat" file which, he says, works well. I'll include it here: @echo off cls set iv=c:\djgpp\bin\cawf %iv%\cawf -man %1 | less -s set iv= Good luck. Nate Eldredge eldredge AT ap DOT net