=================================================================== RCS file: /cvs/mandoc/Attic/tags.c,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/Attic/tags.c 2008/12/10 00:52:46 1.1 +++ mandoc/Attic/tags.c 2008/12/10 17:40:56 1.3 @@ -1,4 +1,4 @@ -/* $Id: tags.c,v 1.1 2008/12/10 00:52:46 kristaps Exp $ */ +/* $Id: tags.c,v 1.3 2008/12/10 17:40:56 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -37,6 +37,7 @@ static const char * const tagnames[] = { static const char * const attrnames[] = { "class", "http-equiv", "content", "name", "type", "rel", "href", "width", + "align", "valign", "nowrap", }; static const char * const typenames[] = {