diff options
Diffstat (limited to 'argv.c')
-rw-r--r-- | argv.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se> + * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org> * * 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 */ }; |