diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 11:11:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-19 11:11:54 +0000 |
commit | 68cc45e9b5bd6f309d47149722ffbc3587d16dc1 (patch) | |
tree | 245ec1fe2b2d5b99308ca2f5a1fa779f4b054dcc /mdoc_term.c | |
parent | 85c2f67c61711f4fee63b14506a8f074796e5644 (diff) | |
download | mandoc-68cc45e9b5bd6f309d47149722ffbc3587d16dc1.tar.gz |
Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn't
be converted into a symbol.
The `Pp' issue has also been fixed.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 6e280b3f..2f69eebb 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -208,7 +208,7 @@ static const struct termact termacts[MDOC_MAX] = { { termp_under_pre, NULL }, /* Em */ { NULL, NULL }, /* Eo */ { termp_xx_pre, NULL }, /* Fx */ - { termp_bold_pre, NULL }, /* Ms */ /* FIXME: convert to symbol? */ + { termp_bold_pre, NULL }, /* Ms */ { NULL, NULL }, /* No */ { termp_ns_pre, NULL }, /* Ns */ { termp_xx_pre, NULL }, /* Nx */ |