Package: jwm Severity: wishlist Tags: patch
The (lintian) groff reports: W: jwm: manpage-has-errors-from-man usr/share/man/man1/jwm.1.gz 607: warning: macro `layer:#' not defined (possibly missing space after `la') This refers to line: .\fBlayer:\fP\fI#\fP The attached patch fixes this by using .B and .I instead. <#part type="text/x-patch" filename="/srv/deb/debian/jwm/jwm.git/debian/patches/72-man-bold-fix.dpatch" disposition=inline> <#/part> -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
#! /bin/sh /usr/share/dpatch/dpatch-run ## /tmp/man-bold-fix.patch.dpatch by <[email protected]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: eca3ada ## DP: Author: Jari Aalto <[email protected]> ## DP: ## DP: ## DP: jwm.1.in: macro layer:# not defined (bold fix) ## DP: ## DP: Signed-off-by: Jari Aalto <[email protected]> @DPATCH@ diff --git a/jwm.1.in b/jwm.1.in index c6cd942..8a7daea 100644 --- a/jwm.1.in +++ b/jwm.1.in @@ -604,7 +604,8 @@ The desktop on which windows in this group will be started. The icon to be used for windows in this group. .RE .P -.\fBlayer:\fP\fI#\fP +.B layer: +.I # .RS The layer on which windows in this group will be started. .RE

