[Bug 144942] konqueror improperly dispays man pages

Irina Liakh spellie at kharkov.org
Fri Jan 25 19:13:50 GMT 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144942         




------- Additional Comments From spellie kharkov org  2008-01-25 20:13 -------
Incorrect render of FreeBSD sh(1) manual page (that can be found here:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/bin/sh/sh.1?rev=1.102.2.9;content-type=text%2Fplain
)

The source

.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
.It Li & Ta Li && Ta Li ( Ta Li ) Ta Li \en
.It Li ;; Ta Li ; Ta Li | Ta Li ||

it renders as

                   & Ta && Ta ( Ta ) Ta \n 
                   ;; Ta ; Ta | Ta || 

instead of as seen in text mode:

                   &     &&    (     )     \n
                   ;;    ;     |     ||

The source

.It Li [n]>> file
append stdout (or file descriptor n) to file

views as

           [n > file ] 
               redirect stdout (or file descriptor n to file

instead of

           [n]> file     redirect stdout (or file descriptor n) to file

The source

.It Ic alias Oo Ar name Ns Oo = Ns Ar string Oc ... Oc

views as

     alias [name [= string ... ] ] 

instead of

     alias [name[=string] ...]

The source

.It Ic bind Oo Fl aeklrsv Oc Oo Ar key Oo Ar command Oc Oc

views as

     bind [-aeklrsv -] -[file ... -file ... -key -[file ... -file ... -command -] -]

instead of

     bind [-aeklrsv] [key [command]]

and so on.



More information about the Unassigned-bugs mailing list