=================================================================== RCS file: /cvs/mandoc/Attic/argv.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- mandoc/Attic/argv.c 2009/03/16 22:19:19 1.52 +++ mandoc/Attic/argv.c 2009/03/16 23:37:28 1.53 @@ -1,6 +1,6 @@ -/* $Id: argv.c,v 1.52 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: argv.c,v 1.53 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 @@ -222,6 +222,7 @@ static int mdoc_argflags[MDOC_MAX] = { ARGS_QUOTED, /* %C */ 0, /* Es */ 0, /* En */ + 0, /* Dx */ };