From 8617f74b0b3a07a14195042b4171e598e117c146 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 15 Oct 2009 01:33:12 +0000 Subject: Added support for `Bd -centered', which appears in newer groffs (not yet implemented in centre-capable front-ends, i.e., -Thtml). --- mdoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc.c') diff --git a/mdoc.c b/mdoc.c index afc740db..9cf50bc5 100644 --- a/mdoc.c +++ b/mdoc.c @@ -1,4 +1,4 @@ -/* $Id: mdoc.c,v 1.107 2009/09/24 15:01:06 kristaps Exp $ */ +/* $Id: mdoc.c,v 1.108 2009/10/15 01:33:12 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -127,7 +127,7 @@ const char *const __mdoc_argnames[MDOC_ARG_MAX] = { "ohang", "inset", "column", "width", "compact", "std", "filled", "words", "emphasis", - "symbolic", "nested" + "symbolic", "nested", "centered" }; const char * const *mdoc_macronames = __mdoc_macronames; -- cgit v1.2.3