Guy Cohen wrote on 2003-06-25: > I have a problem with reading man pages on redhat8. > some chars are missing and instead I see garbage. > The garbage chars replace mostly the "-" chars infront of options. > > Any one knows what's the problem? > Assuming you use a utf8 locale, man outputs unicode dashes (don't remember which) ranther than minuses and your font probably donesn't have them. If you work on the console, try to run ``unicode_start`` and then retry the man; in X try running man from ``xterm -u8``. These might or might not help; you can always ``LC_ALL=C man ...`` as a workaround.
-- Beni Cherniavsky <[EMAIL PROTECTED]> "Reading the documentation I felt like a kid in a toy shop." -- Phil Thompson on Python's standard library ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]