X-Spam-Check-By: sourceware.org Message-ID: <456CE95D.10007@cwilson.fastmail.fm> Date: Tue, 28 Nov 2006 20:58:53 -0500 From: Charles Wilson User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 1.5.22: Man pages show escape codes References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Joe Asdf wrote: > If anyone has any ideas or suggestions for fixing this, I'd appreciate > it! Attached is the output from cygcheck. I ran into this problem today, too -- I'm not sure what changed (updated man package?), but I've long had the following in my ~/.bashrc: export PAGER=less It seems that now, this environment variable overrides the setting in /usr/share/misc/man.conf: PAGER=less -isrR I fixed the problem by (1) leaving the PAGER setting in ~/.bashrc, but (2) ALSO setting MANPAGER in ~/.bashrc export MANPAGER='less -isrR' -- Chuck -- 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/