]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.h
implement -h (synopsis only) for preformatted (cat) pages;
[mandoc.git] / man.h
diff --git a/man.h b/man.h
index fb280bc3fba2566b21960fcc8e97edf8a8e4576e..aa80b6732eaea4690d1f448b22fe9125d8c4b410 100644 (file)
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/*     $Id: man.h,v 1.63 2014/03/23 12:26:58 schwarze Exp $ */
+/*     $Id: man.h,v 1.65 2014/06/20 23:02:31 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -57,6 +57,7 @@ enum  mant {
        MAN_EE,
        MAN_UR,
        MAN_UE,
+       MAN_ll,
        MAN_MAX
 };
 
@@ -78,6 +79,7 @@ struct        man_meta {
        char            *vol; /* `TH' volume */
        char            *title; /* `TH' title (e.g., FOO) */
        char            *source; /* `TH' source (e.g., GNU) */
+       int              hasbody; /* document is not empty */
 };
 
 struct man_node {