From: simon Date: Fri, 29 Jul 2005 11:23:52 +0000 (+0000) Subject: Ben Hutchings points out that `.UC', which I think I must have X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/edf3198063825f7cc83b3b67305b84a0f5267291?hp=e4f8c48e7ae1605733e86c223f64eb7b6438c299 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... git-svn-id: svn://svn.tartarus.org/sgt/halibut@6146 cda61777-01e9-0310-a592-d414129be87e --- 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) \