=================================================================== RCS file: /cvs/mandoc/Attic/validate.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -p -r1.84 -r1.85 --- mandoc/Attic/validate.c 2009/03/16 22:19:19 1.84 +++ mandoc/Attic/validate.c 2009/03/16 23:37:28 1.85 @@ -1,6 +1,6 @@ -/* $Id: validate.c,v 1.84 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: validate.c,v 1.85 2009/03/16 23:37:28 kristaps Exp $ */ /* - * Copyright (c) 2008 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -315,6 +315,7 @@ const struct valids mdoc_valids[MDOC_MAX] = { { NULL, posts_text }, /* %C */ { NULL, NULL }, /* Es */ { NULL, NULL }, /* En */ + { NULL, NULL }, /* Dx */ };