From 369129e10cecda27554b9987d819367bcfcf3353 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 22 Jun 2009 13:09:17 +0000 Subject: libman documents require `TH' and at least one node. libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too. --- man.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'man.c') diff --git a/man.c b/man.c index 8067153c..bf53b87a 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.24 2009/06/18 20:46:19 kristaps Exp $ */ +/* $Id: man.c,v 1.25 2009/06/22 13:09:17 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -466,6 +466,12 @@ man_err(struct man *m, int line, int pos, case (WTQUOTE): p = "unterminated quotation"; break; + case (WNODATA): + p = "document has no data"; + break; + case (WNOTITLE): + p = "document has no title/section"; + break; } assert(p); -- cgit v1.2.3