summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 20:22:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-24 20:22:24 +0000
commit0d8aacabe1e3f7fd5a9be49188ca96e229c4fb6a (patch)
tree2078783f3427b073da8982323c2ff70ceae4e3da /man_term.c
parent01f69fb32c4ca7b2a3feed66a73e89239f256947 (diff)
downloadmandoc-0d8aacabe1e3f7fd5a9be49188ca96e229c4fb6a.tar.gz
Added `sp' support to libman.
Added `\c' to known escapes (only used in man, but still).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index 58f6f277..c211f43c 100644
--- a/man_term.c
+++ b/man_term.c
@@ -81,6 +81,7 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_RI, NULL }, /* RI */
{ NULL, NULL }, /* na */
{ pre_I, post_I }, /* i */
+ { NULL, NULL }, /* sp */
};
static void print_head(struct termp *,