From e219764e7fff79f53c25ef9d7d9c3bb94c5a2fee Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 18 Sep 2014 19:44:23 -0700 Subject: 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. --- man2html/strdefs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'man2html/strdefs.c') 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[] = { -- cgit v1.2.3