X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/b1938d01834105572311aa9b06d667939309bee7..b105c57e618a333c213bf981be42c1a5de1e213e:/man.h diff --git a/man.h b/man.h index 26c2747b..aa80b673 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.64 2014/03/30 19:47:48 schwarze Exp $ */ +/* $Id: man.h,v 1.65 2014/06/20 23:02:31 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -79,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 {