From 90913383a1a42f4ed3816d5206553df9db14e839 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 18 Apr 2015 16:06:39 +0000 Subject: Replace the structs mdoc and man by a unified struct roff_man. Almost completely mechanical, no functional change. Written on the train from Exeter to London returning from p2k15. --- demandoc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'demandoc.c') diff --git a/demandoc.c b/demandoc.c index 8cfe5777..10f3d909 100644 --- a/demandoc.c +++ b/demandoc.c @@ -1,4 +1,4 @@ -/* $Id: demandoc.c,v 1.17 2015/04/02 22:48:17 schwarze Exp $ */ +/* $Id: demandoc.c,v 1.18 2015/04/18 16:06:39 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -110,8 +110,8 @@ usage(void) static void pmandoc(struct mparse *mp, int fd, const char *fn, int list) { - struct mdoc *mdoc; - struct man *man; + struct roff_man *mdoc; + struct roff_man *man; int line, col; mparse_readfd(mp, fd, fn); -- cgit v1.2.3