aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-20 11:51:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-20 11:51:07 +0000
commit93b9517948ce8754648c4f1033dec11f6eeb7b93 (patch)
tree1d78933de1ee8ea09a58a2dae9334d4f5e60f71b /man.c
parentee5166e47bf9023c5bef7b18355da9392155a340 (diff)
downloadmandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.tar.gz
mandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.tar.zst
mandoc-93b9517948ce8754648c4f1033dec11f6eeb7b93.zip
Added `DT' macro (pointed out by joerg@netbsd.org).
Diffstat (limited to 'man.c')
-rw-r--r--man.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man.c b/man.c
index 2f155808..6cac5884 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.32 2009/08/19 12:00:46 kristaps Exp $ */
+/* $Id: man.c,v 1.33 2009/08/20 11:51:07 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -52,7 +52,7 @@ const char *const __man_macronames[MAN_MAX] = {
"R", "B", "I", "IR",
"RI", "na", "i", "sp",
"nf", "fi", "r", "RE",
- "RS"
+ "RS", "DT"
};
const char * const *man_macronames = __man_macronames;