From: "deckerben" Newsgroups: comp.os.msdos.djgpp Subject: man Date: Sun, 14 Jul 2002 22:18:51 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 14 Message-ID: <3d31dc38$0$23717$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.238.206 X-Trace: 1026677816 news.freenet.de 23717 213.6.238.206 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Is there an official DJGPP 'man' command? In the mean time, I have ported an old Linux man binary to DJGPP. I just wanted to be able to read all those nice wonderful man files ;-). At the moment it is pretty much just a hack that sends the query's result to STDIN (man uses fork --!yikes!) . I wrote a quick batch wrapper that takes that stdin and tacks it to a bash script that bash runs. Ben