On Wed, Feb 12, 2003 at 03:54:37PM -0800, David Busby wrote:
> List,
>     My man pages on one of my RH80 boxes put a letter 'a' with a carat above
> inplace of where the '-' character should be.  Here's a bit from `man
> logrotate`.  How do I fix this one?  I don't know how to manipulate the
> system font (which is what I think is broken).  This machine doesn't have
> any window system running.

This is related to the change in Red Hat 8 to UTF8 fonts.

One of the ways around it is to create an alias in your .bashrc
file or /etc/bashrc file.  The alias should look like:

alias man='env LANG="C" man'

Hope that helps.

/jft



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to