Date: Wed, 21 Jul 1999 11:00:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: Trouble with using man.exe In-Reply-To: <199907201619.LAA03952@darwin.sfbr.org> 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 Tue, 20 Jul 1999, Jeff Williams wrote: > It's as if `man' is looking for `less' or for `groff' but doesn't > find either one because it is looking for a .exe by the name of > `less.exeorgroff'. No, `man' looks for the programs with the correct name, it's just the error message that is slightly garbled. It should have said this: c:/djgpp/bin/less.exe or groff.exe -man Tascii: No such file or directory(ENOENT) (The `or' part is because `man' runs a pipe, and when it fails, it cannot know which part of the pipe triggered an error.) I will fix the error message for the next release. (I wish people would tell me about these problems when they see them, though.)