Package: lesstif-bin Version: 1:0.88.9-1 Severity: wishlist The manpage for "xmbind" refers to the (apparently) noexistant manpages "VirtualBindings(5x)" and "LessTif(1x)". I would assume that the lesstif(1) is the intended target for the latter page, but I have yet to find "VirtualBindings(5x)". Also, a few minor problems with the manpage itself: It refers to itself as "xmbind(1x)" but is actually xmbind(1) in the package. Also, in the Options section of the manpage, in the description of the version switch, the name of xmbind is enclosed in HTML-style <b></b> tags to indicate bold instead of the .B command. There are also dangling periods in two different places. The attached patch (in normal diff format) fixes the bad pointer to LessTif(1x), the man page's name, the bold tags, and the dangling periods. I have also added a "FIXME" comment to the reference to VirtualBindings(5x) under the Related Information section.
-- System Information Debian Release: potato Kernel Version: Linux Braxiatel 2.2.10 #3 SMP Thu Jul 29 16:20:10 EST 1999 i686 unknown Versions of the packages lesstif-bin depends on: ii lesstifg 0.88.9-1 OSF/Motif implementation released under LGPL PATCH for xmbind.1: 23c23 < .TH XMBIND 1x "MARCH 1998" "LessTif Project" "LessTif Manuals" --- > .TH XMBIND 1 "MARCH 1998" "LessTif Project" "LessTif Manuals" 57,58c57 < .BR VirtualBindings (5x) < . --- > .BR VirtualBindings (5x). 70c69,71 < Outputs version information about <b>xmbind</b> and then exits. --- > Outputs version information about > .B xmbind > and then exits. 79,80c80 < .BR VirtualBindings (5x) < . --- > .BR VirtualBindings (5x). 91a92 > .\" FIXME: VirtualBindings(5x) is missing 93c94 < .BR LessTif (1x) --- > .BR lesstif (1)