aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-16 23:37:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-16 23:37:28 +0000
commit22c17699961b61390b0edf1528ac584f4dee3b8d (patch)
tree45d11dbf8f65d47678e1760a4815f47c1c683080 /mdoc.h
parent08508ed7e6368876201309aff6964a039f011045 (diff)
downloadmandoc-22c17699961b61390b0edf1528ac584f4dee3b8d.tar.gz
mandoc-22c17699961b61390b0edf1528ac584f4dee3b8d.tar.zst
mandoc-22c17699961b61390b0edf1528ac584f4dee3b8d.zip
Changed e-mail address to @openbsd.
Cleaned up manual-page documentation.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 6e55aaf4..11b01858 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.48 2009/03/16 22:19:19 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.49 2009/03/16 23:37:28 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -148,7 +148,8 @@
#define MDOC__C 114
#define MDOC_Es 115
#define MDOC_En 116
-#define MDOC_MAX 117
+#define MDOC_Dx 117
+#define MDOC_MAX 118
/* What follows is a list of ALL possible macro arguments. */