diff options
Diffstat (limited to 'man2html/strdefs.c')
-rw-r--r-- | man2html/strdefs.c | 1 |
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[] = { |