Bug 60669 - Bad word break in man pages
Summary: Bad word break in man pages
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: man
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: wdovlrrw
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-04 16:41 UTC by David Balažic
Modified: 2007-04-18 16:40 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-13 09:21:12 UTC
Embargoed:


Attachments (Terms of Use)

Description David Balažic 2002-03-04 16:41:58 UTC
In man pages a wrong character ( upside down exclamation mark (!, just
upside down)) is used to perform word breaks. Example :

blah blah bla blah bla!
lah bla

instead of :
blah blah bla blah bla-
lah bla

Running man on VT1, LANG=en_US , LC_ALL is unset

Comment 1 Bernhard Rosenkraenzer 2002-03-04 17:27:14 UTC
Works for me... Which console font/charset are you using?

Comment 2 David Balažic 2002-03-05 08:59:36 UTC
This is my /etc/sysconfig/i18n file , hope it answers your question. I just 
boot up and do not make any changes, just run "man ls" , for exmaple :

LANG="en_US"
SUPPORTED="bs_BA:bs:hr_HR:hr:en_CA:en:en_GB:en:en_IE@euro:en_IE:en:en_US:en:fi_F
I@euro:fi_FI:fi:fr_CA:fr:fr_FR@euro:fr_FR:fr:de_AT@euro:de_AT:de:de_DE@euro:de_D
E:de:hu_HU:hu:it_IT@euro:it_IT:it:mk_MK:mk:sl_SI:sl:es_ES@euro:es_ES:es"
SYSFONT="lat0-sun16"
SYSFONTACM="iso01

Comment 3 Bernhard Rosenkraenzer 2002-03-07 15:07:08 UTC
Odd, can't reproduce it with the exact same settings.
[root@zell root]# rpm -q man console-tools
man-1.5j-5
console-tools-19990829-36

Please reopen if you can reproduce this anywhere else/find a way to make it
reproducable.


Comment 4 David Balažic 2002-03-13 09:21:08 UTC
I am working with Hampton beta-1.

If I rename/remove the /etc/sysconfig/i18n file and relogin, then the problem 
is gone. But if I do this, the it is back :

echo -n -e '\033(K'
LANG=en_US man ls

I have man-1.5j-2 and no console-tools installed.

Comment 5 Bernhard Rosenkraenzer 2002-03-19 14:49:58 UTC
The problem is that you're still using the kbd package from 8.x along with a 7.x system. 
That's not going to work. Install console-tools from the current tree.


Note You need to log in before you can comment on or make changes to this bug.