Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20040229010247.45105.qmail@web60204.mail.yahoo.com> Date: Sat, 28 Feb 2004 17:02:47 -0800 (PST) From: Elvin Peterson Subject: RE: man unsafe shell command To: cygwin In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Note-from-DJ: This may be spam --- Hannu E K Nevalainen wrote: > > From: Igor Pechtchanski > > On Sat, 28 Feb 2004, Elvin Peterson wrote: > > > > > When I run the man command on a file in a local > > > directory, I get > > > > > > not executing command: > > > > > > > Exactly which man page fails? Could you possibly > attach the failing one, > > along with the exact command to reproduce the > failure? Also, when > > invoking man, you don't give it the actual man > page, AFAIK, but the name > > of the command... > > Igor > > > http://www.cygwin.com/ml/cygwin/2003-10/msg01661.html > Thanks. From what I see, the problem is internal to man. But here is some more info: $ man zip => works $ cp /usr/share/man/man1/zip.1 ~/local/man/man1 $ cd ~/local/man/man1 $ man ./zip.1 => Error $ cd /usr/share/man/man1 $ man ./zip.1 => Works From the above, the error is not in the man page itself, but in the path (i.e., it works in some directories and not in others). Thanks for the help. __________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/