diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-08 15:05:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-08 15:05:50 +0000 |
commit | a3d3b16eec4639d37e9f2aec893405c2a65c965a (patch) | |
tree | cdb2b4f4c5b6ce708c7c849e922ac03520e0a0dd /mdoc.c | |
parent | eb1f2604cae0766c50497d880d9a330e35a84fe9 (diff) | |
download | mandoc-a3d3b16eec4639d37e9f2aec893405c2a65c965a.tar.gz |
*** empty log message ***
Diffstat (limited to 'mdoc.c')
-rw-r--r-- | mdoc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -85,9 +85,9 @@ const char *const __mdoc_argnames[MDOC_ARG_MAX] = { const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { NULL, 0 }, /* \" */ - { macro_prologue, MDOC_PROLOGUE }, /* Dd */ - { macro_prologue, MDOC_PROLOGUE }, /* Dt */ - { macro_prologue, MDOC_PROLOGUE }, /* Os */ + { macro_constant, MDOC_PROLOGUE }, /* Dd */ + { macro_constant, MDOC_PROLOGUE }, /* Dt */ + { macro_constant, MDOC_PROLOGUE }, /* Os */ { macro_scoped, 0 }, /* Sh */ { macro_scoped, 0 }, /* Ss */ { macro_text, 0 }, /* Pp */ |