From dc95dcaff23f7235529d0b5d9866a252ca3f8c06 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 27 Jun 2010 16:18:13 +0000 Subject: Following clue-stick applied by schwarze@, back out const-ness of regset passed in to libmdoc and libman. Fix mdoc.3 and man.3 EXAMPLE sections to include regset. Add MDOC_SYNPRETTY flag cueing front-end to nicely format certain values as if SEC_SYNOPSIS were the current section. --- man_html.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_html.c') diff --git a/man_html.c b/man_html.c index 1534e12c..162f3045 100644 --- a/man_html.c +++ b/man_html.c @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.39 2010/06/27 15:52:41 kristaps Exp $ */ +/* $Id: man_html.c,v 1.40 2010/06/27 16:18:13 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -252,6 +252,7 @@ a2width(const struct man_node *n, struct roffsu *su) } +/* ARGSUSED */ static int man_root_pre(MAN_ARGS) { -- cgit v1.2.3