From 11b2ec5aef0d0ca8d22c4ea8bef3285d021e9f05 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 29 Jul 2005 11:23:52 +0000 Subject: 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] --- bk_man.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bk_man.c') 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) \ -- cgit v1.1