From 364660607f78ece4469bf93ed5a754c04ec61847 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Mar 2009 15:41:09 +0000 Subject: -man linked to mandoc in documentation. --- mdoc_macro.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index 15fe4609..c73d4312 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_macro.c,v 1.1 2009/03/23 14:22:11 kristaps Exp $ */ +/* $Id: mdoc_macro.c,v 1.2 2009/03/23 15:41:09 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -305,13 +305,10 @@ swarn(struct mdoc *mdoc, enum mdoc_type type, * are errors. */ int -macro_end(struct mdoc *mdoc) +mdoc_macroend(struct mdoc *mdoc) { struct mdoc_node *n; - assert(mdoc->first); - assert(mdoc->last); - /* Scan for open explicit scopes. */ n = MDOC_VALID & mdoc->last->flags ? -- cgit v1.2.3