summaryrefslogtreecommitdiffstats
path: root/man2html/strdefs.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-09-18 19:44:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-09-18 19:44:23 -0700
commite219764e7fff79f53c25ef9d7d9c3bb94c5a2fee (patch)
tree9eaca2b6f9d972ec97b03531a4c49c127c420b2b /man2html/strdefs.c
parente9ba652c80e911013ddc3dd5972654d680cc1a7e (diff)
downloadman-e219764e7fff79f53c25ef9d7d9c3bb94c5a2fee.tar.gz
man-e219764e7fff79f53c25ef9d7d9c3bb94c5a2fee.tar.bz2
man-e219764e7fff79f53c25ef9d7d9c3bb94c5a2fee.zip
Implementing M2 register and .M2SS extension.
Updating date of the man page and documenting extensions. Changing .ab request to exit unsuccessfully. Index generation needed to be trivially extended to handle more than two levels.
Diffstat (limited to 'man2html/strdefs.c')
-rw-r--r--man2html/strdefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man2html/strdefs.c b/man2html/strdefs.c
index 03f4012..25ab6bb 100644
--- a/man2html/strdefs.c
+++ b/man2html/strdefs.c
@@ -23,6 +23,7 @@ static INTDEF standardint[] = {
{ V('.','A'), NROFF, 0, NULL },
{ V('.','T'), TROFF, 0, NULL },
{ V('.','V'), 1, 0, NULL }, /* the me package tests for this */
+ { V('M','2'), 1, 0, NULL }, /* \n[M2] indicates man2html */
{ 0, 0, 0, NULL } };
static STRDEF standardstring[] = {