Package: halibut
Version: 0.9+svn20050412-1
Severity: minor
Tags: patch
When halibut is used to generate a manual page, the resulting file
includes the macro invokation ".UC" which causes the manual page to be
given a left-hand footer of "Third Berkeley Distribution" when
formatted by groff. This is obviously erroneous.
I have reported this to the upstream author, Simon Tatham, in person
and expect that he will fix it soon. In any case this trivial should
fix it:
--- bk_man.c~
+++ bk_man.c
@@ -164,8 +164,6 @@
}
fputc('\n', fp);
- fprintf(fp, ".UC\n");
-
had_described_thing = FALSE;
#define cleanup_described_thing do { \
if (had_described_thing) \
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages halibut depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]