aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.c b/mdoc.c
index e99cb376..56cab045 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -1,6 +1,6 @@
-/* $Id: mdoc.c,v 1.65 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.66 2009/03/16 23:37:28 kristaps Exp $ */
/*
- * 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
@@ -75,7 +75,7 @@ const char *const __mdoc_macronames[MDOC_MAX] = {
"Lp", "Lk", "Mt", "Brq",
/* LINTED */
"Bro", "Brc", "\%C", "Es",
- "En"
+ "En", "Dx"
};
const char *const __mdoc_argnames[MDOC_ARG_MAX] = {