diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-24 20:22:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-24 20:22:24 +0000 |
commit | 0d8aacabe1e3f7fd5a9be49188ca96e229c4fb6a (patch) | |
tree | 2078783f3427b073da8982323c2ff70ceae4e3da /man_action.c | |
parent | 01f69fb32c4ca7b2a3feed66a73e89239f256947 (diff) | |
download | mandoc-0d8aacabe1e3f7fd5a9be49188ca96e229c4fb6a.tar.gz |
Added `sp' support to libman.
Added `\c' to known escapes (only used in man, but still).
Diffstat (limited to 'man_action.c')
-rw-r--r-- | man_action.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man_action.c b/man_action.c index 1bb775f3..71f8dc3c 100644 --- a/man_action.c +++ b/man_action.c @@ -59,6 +59,7 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* RI */ { NULL }, /* na */ { NULL }, /* i */ + { NULL }, /* sp */ }; |