From 87fb027cd92fa277cc6404f10f66b97c9361e438 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 23 Mar 2014 12:44:56 +0000 Subject: If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), instead use the .Nd content recursively. --- mdoc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdoc.h') diff --git a/mdoc.h b/mdoc.h index d0153b44..5a615151 100644 --- a/mdoc.h +++ b/mdoc.h @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.125 2013/12/24 19:11:45 schwarze Exp $ */ +/* $Id: mdoc.h,v 1.126 2014/03/23 12:44:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -389,6 +389,7 @@ struct mdoc; const struct mdoc_node *mdoc_node(const struct mdoc *); const struct mdoc_meta *mdoc_meta(const struct mdoc *); +void mdoc_deroff(char **, const struct mdoc_node *); __END_DECLS -- cgit v1.2.3-56-ge451