Bug#326666: xorg-x11: Line scrambling in some X man pages, due to the groff .ds request

2005-09-04 Thread Nicolas François
Package: xorg-x11 Severity: minor Tags: patch Hello, I mentionned this on the debian-x mailing list [0] [1]. I choose to fix it the hard way: inlining most of the .ds requests. (I found some other kinds of issue: sometime the construct with the .ds put 2 spaces, put a space before a coma, or put

Bug#326545: xlibmesa-gl-dev: Typo in the glTexEnv.3x man page

2005-09-03 Thread Nicolas François
Package: xlibmesa-gl-dev Version: 6.8.2.dfsg.1-5 Severity: minor Tags: patch Hello, One typo in the glTexEnv.3x prevents the ERROR section to be separated, and this title to be displayed. This patch fixes this. -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#326543: xlibmesa-gl-dev: Typo in the glDepthFunc.3x man page

2005-09-03 Thread Nicolas François
Package: xlibmesa-gl-dev Version: 6.8.2.dfsg.1-5 Severity: minor Tags: patch Hello, The glDepthFunc.3x man page uses the non-existant .NOTES macro. .SH NOTES was probably intendent. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1

Bug#326541: xbase-clients: Typo in the xrdb.1x man page

2005-09-03 Thread Nicolas François
Package: xbase-clients Version: 6.8.2.dfsg.1-5 Severity: minor Tags: patch Hello, This patch fix a typo in the xrdb.1x man page, which prevent one sentence to be completed. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experi

missing line continuation in many man3 pages

2005-08-30 Thread Nicolas François
Hello, Many X man3 manpages uses the 'ds' groff macro to define a string and use it later. Unfortunately (probably with the time), some of these strings do not fit in one line, and thus this string is truncated, and the other piece of string is displayed at the wrong place. Before submitting a bu