public inbox for blinux-list@redhat.com
 help / color / mirror / Atom feed
* Goofy Man Pages in Redhat 8.0
@  John J. Boyer
   ` Nicolas Pitre
   ` Darrell Shandrow
  0 siblings, 2 replies; 7+ messages in thread
From: John J. Boyer @  UTC (permalink / raw)
  To: blinux-list

Hello,

When I try to use man in Redhat8.0, the man pages are scrambled. Only a 
few lines show, and instead of a colon and cursor at the bottom, the 
cursor is in the middle of a line. Info produces the same results. What 
causes this, and how can it be fixed?

Thanks.
John


-- 
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
   Goofy Man Pages in Redhat 8.0 John J. Boyer
@  ` Nicolas Pitre
     ` John J. Boyer
   ` Darrell Shandrow
  1 sibling, 1 reply; 7+ messages in thread
From: Nicolas Pitre @  UTC (permalink / raw)
  To: blinux-list

On Wed, 19 Feb 2003, John J. Boyer wrote:

> Hello,
> 
> When I try to use man in Redhat8.0, the man pages are scrambled. Only a 
> few lines show, and instead of a colon and cursor at the bottom, the 
> cursor is in the middle of a line. Info produces the same results. What 
> causes this, and how can it be fixed?

Are you using "screen"?  Does it produce the same without it?


Nicolas




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
   Goofy Man Pages in Redhat 8.0 John J. Boyer
   ` Nicolas Pitre
@  ` Darrell Shandrow
  1 sibling, 0 replies; 7+ messages in thread
From: Darrell Shandrow @  UTC (permalink / raw)
  To: blinux-list

Hi John,

Are you operating from the console of the Linux box itself, or are you
remotely connected using either ssh or telnet?  If the latter is true, have
you made any recent configuration changes to your terminal program?  Is this
a new RH 8 install, or are these new problems suddenly appearing on an
existing install?

Darrell Shandrow - Shandrow Communications!
Technology consultant/instructor, network/systems administrator!
A+, CCNA, Network+!
Check out high quality telecommunications services at http://ld.net/?nu7i
My deepest sympathies to the families and friends of the astronauts lost in
the 2/1/03 space shuttle explosion!
----- Original Message -----
From: "John J. Boyer" <director@chpi.org>
To: <blinux-list@redhat.com>
Sent: Wednesday, February 19, 2003 8:27 AM
Subject: Goofy Man Pages in Redhat 8.0


> Hello,
>
> When I try to use man in Redhat8.0, the man pages are scrambled. Only a
> few lines show, and instead of a colon and cursor at the bottom, the
> cursor is in the middle of a line. Info produces the same results. What
> causes this, and how can it be fixed?
>
> Thanks.
> John
>
>
> --
> Computers to Help People, Inc.
> http://www.chpi.org
> 825 East Johnson; Madison, WI 53703
>
>
>
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
   ` Nicolas Pitre
@    ` John J. Boyer
       ` Dave
       ` Nicolas Pitre
  0 siblings, 2 replies; 7+ messages in thread
From: John J. Boyer @  UTC (permalink / raw)
  To: blinux-list

Nicolas,

Yes, I am using screen. When I tried man without screen it behaved 
properly. However, I could use it with screen on RH7.1. This is an 
acceptable workaround, but is it necessary?

Thanks,
John
 On Wed, 19 Feb 2003, Nicolas 
Pitre wrote:

> On Wed, 19 Feb 2003, John J. Boyer wrote:
> 
> > Hello,
> > 
> > When I try to use man in Redhat8.0, the man pages are scrambled. Only a 
> > few lines show, and instead of a colon and cursor at the bottom, the 
> > cursor is in the middle of a line. Info produces the same results. What 
> > causes this, and how can it be fixed?
> 
> Are you using "screen"?  Does it produce the same without it?
> 
> 
> Nicolas
> 
> 
> 
> _______________________________________________
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
> 

-- 
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
     ` John J. Boyer
@      ` Dave
         ` John J. Boyer
       ` Nicolas Pitre
  1 sibling, 1 reply; 7+ messages in thread
From: Dave @  UTC (permalink / raw)
  To: blinux-list

    Hi,
    In your /etc/man.config on the nroff line add:
-Tlatin1
save the file, that should fix it.
Dave.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
     ` John J. Boyer
       ` Dave
@      ` Nicolas Pitre
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Pitre @  UTC (permalink / raw)
  To: blinux-list

On Wed, 19 Feb 2003, John J. Boyer wrote:

> Nicolas,
> 
> Yes, I am using screen. When I tried man without screen it behaved 
> properly. However, I could use it with screen on RH7.1. This is an 
> acceptable workaround, but is it necessary?

No, that's certainly a bug or misconfiguration.

The most likely cause for that is a mismatched number of rows known within 
the "screen" environment, or a wrong terminal emulation.

You may try

	stty -a

from within a "screen" window and see if the number of rows matches the 
physical screen you have.


Nicolas




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Goofy Man Pages in Redhat 8.0
       ` Dave
@        ` John J. Boyer
  0 siblings, 0 replies; 7+ messages in thread
From: John J. Boyer @  UTC (permalink / raw)
  To: blinux-list

Dave,

That did it. Thanks!

John

On Wed, 19 Feb 2003, Dave wrote:

>     Hi,
>     In your /etc/man.config on the nroff line add:
> -Tlatin1
> save the file, that should fix it.
> Dave.
> 
> 
> 
> _______________________________________________
> Blinux-list mailing list
> Blinux-list@redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
> 

-- 
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Goofy Man Pages in Redhat 8.0 John J. Boyer
 ` Nicolas Pitre
   ` John J. Boyer
     ` Dave
       ` John J. Boyer
     ` Nicolas Pitre
 ` Darrell Shandrow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).