]> git.cameronkatri.com Git - mandoc.git/blobdiff - term_ascii.c
Have the standard manpage header and footer print on every page of -Tps
[mandoc.git] / term_ascii.c
index d38450e5baa5f552b72e0be75d02f7ee20b804fa..017aa41755b6410a7f4a8ac534122a5a517f0cff 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */
+/*     $Id: term_ascii.c,v 1.3 2010/06/09 08:07:13 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -87,7 +87,6 @@ static void
 ascii_letter(struct termp *p, char c)
 {
        
-       /* Just push onto the screen. */
        putchar(c);
 }