aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--mdoc_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 67ac9b14..652e8536 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.164 2011/04/23 08:56:29 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.165 2011/04/23 09:10:50 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -737,7 +737,7 @@ mdoc_nm_pre(MDOC_ARGS)
len = strlen(m->name);
SCALE_HS_INIT(&su, (double)len);
- bufcat_su(h, "min-width", &su);
+ bufcat_su(h, "width", &su);
PAIR_STYLE_INIT(&tag, h);
print_otag(h, TAG_COL, 1, &tag);
print_otag(h, TAG_COL, 0, NULL);