Bug 83614 - Korean man man-page has a trivial format error
Summary: Korean man man-page has a trivial format error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: man-pages-ko
Version: phoebe
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Joo
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks: 79579
TreeView+ depends on / blocked
 
Reported: 2003-02-06 10:36 UTC by Nakai
Modified: 2007-04-18 16:50 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-02-20 06:14:19 UTC
Embargoed:


Attachments (Terms of Use)
man.man.diff (480 bytes, patch)
2003-02-06 10:37 UTC, Nakai
no flags Details | Diff
zcat /usr/share/man/ko/man1/man.1.gz | nroff -Tnippon -mandoc |JLESSCHAR=ko less output (32.38 KB, image/jpeg)
2003-02-07 02:16 UTC, David Joo
no flags Details
less of man.1 page (23.81 KB, image/jpeg)
2003-02-07 02:17 UTC, David Joo
no flags Details

Description Nakai 2003-02-06 10:36:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.0.1) Gecko/20020830

Description of problem:
I've found a trivial format error in Korean man.1.gz
while I'm testing Korean manual environment.

$ zcat /usr/share/man/ko/man1/man.1.gz | nroff -Tnippon -mandoc > /dev/null
<standard input>:226: a magic token is not allowed in a name

There is a string '.../dk/man1/foo.1' in the man page, but
. in line head has special meaning in man page format.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.zcat /usr/share/man/ko/man1/man.1.gz | nroff -Tnippon -mandoc > /dev/null
2.
3.
    

Actual Results:  '.' is at line head

Expected Results:  '.' should not be at line head.

Additional info:

Comment 1 Nakai 2003-02-06 10:37:15 UTC
Created attachment 89892 [details]
man.man.diff

Comment 2 David Joo 2003-02-07 02:16:33 UTC
Created attachment 89914 [details]
zcat /usr/share/man/ko/man1/man.1.gz | nroff -Tnippon -mandoc |JLESSCHAR=ko less output

It is the output of :
$ zcat /usr/share/man/ko/man1/man.1.gz | nroff -Tnippon -mandoc |JLESSCHAR=ko
less

It shows Korean but there are red circled place that are wrong

Comment 3 David Joo 2003-02-07 02:17:52 UTC
Created attachment 89915 [details]
less of man.1 page

I have gunziped man.1.gz and try to read it with less and now it didn't work...

Comment 4 David Joo 2003-02-11 06:52:52 UTC
Thanks to Nakai, with all the patches for less and groff it seems it is working
quite well.

I still see the magic keys...

Nakai san any suggestion what I should do?



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