]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_term.c
Have the standard manpage header and footer print on every page of -Tps
[mandoc.git] / man_term.c
index a7a1a652243e3182ca21941cad596a53e3884930..bde3aa0768123fc1725b5d59c6dc145438c13ac3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_term.c,v 1.73 2010/06/07 20:57:09 kristaps Exp $ */
+/*     $Id: man_term.c,v 1.74 2010/06/09 08:07:13 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -73,9 +73,9 @@ struct        termact {
 static int               a2width(const struct man_node *);
 static int               a2height(const struct man_node *);
 
-static void              print_man_head(struct termp *, const void *);
 static void              print_man_nodelist(DECL_ARGS);
 static void              print_man_node(DECL_ARGS);
+static void              print_man_head(struct termp *, const void *);
 static void              print_man_foot(struct termp *, const void *);
 static void              print_bvspace(struct termp *, 
                                const struct man_node *);