summaryrefslogtreecommitdiff
path: root/bk_man.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-07-29 11:23:52 +0000
committerSimon Tatham <anakin@pobox.com>2005-07-29 11:23:52 +0000
commit11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05 (patch)
tree9cd24cdde34f1582904dde0fd552431644fe4a81 /bk_man.c
parent4ddb3080fde9e658dfff4a27123ace693f595986 (diff)
downloadhalibut-11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05.zip
halibut-11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05.tar.gz
halibut-11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05.tar.bz2
halibut-11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05.tar.xz
Ben Hutchings points out that `.UC', which I think I must have
copied mindlessly from whatever man page I read when working out the format of man pages, has the function of putting `3rd Berkely Distribution' in one of the footer slots and therefore is probably inaccurate... [originally from svn r6146]
Diffstat (limited to 'bk_man.c')
-rw-r--r--bk_man.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bk_man.c b/bk_man.c
index eaf74b5..553b2dd 100644
--- a/bk_man.c
+++ b/bk_man.c
@@ -164,8 +164,6 @@ void man_backend(paragraph *sourceform, keywordlist *keywords,
}
fputc('\n', fp);
- fprintf(fp, ".UC\n");
-
had_described_thing = FALSE;
#define cleanup_described_thing do { \
if (had_described_thing) \