summaryrefslogtreecommitdiffstats
path: root/man_macro.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_macro.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_macro.c')
-rw-r--r--man_macro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index df723e5e..1532b9c5 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -51,6 +51,7 @@ static int man_flags[MAN_MAX] = {
FL_NLINE, /* RI */
0, /* na */
FL_NLINE, /* i */
+ 0, /* sp */
};
int