=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.179 retrieving revision 1.180 diff -u -p -r1.179 -r1.180 --- mandoc/man_term.c 2015/04/06 22:06:23 1.179 +++ mandoc/man_term.c 2015/04/18 16:06:40 1.180 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.179 2015/04/06 22:06:23 schwarze Exp $ */ +/* $Id: man_term.c,v 1.180 2015/04/18 16:06:40 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -138,7 +138,7 @@ static const struct termact termacts[MAN_MAX] = { void -terminal_man(void *arg, const struct man *man) +terminal_man(void *arg, const struct roff_man *man) { struct termp *p; const struct roff_meta *meta;