summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
commit32d2f8ef0a63207c0421436789004f4d92ec44c5 (patch)
tree1761c294ccf05b181837fe5181d14219204faac6 /man_macro.c
parent948477c0386fca9956999bb560a26efd8f203b92 (diff)
downloadmandoc-32d2f8ef0a63207c0421436789004f4d92ec44c5.tar.gz
Added some new manuals (mdoc.3 mandoc_char.7).
Support for .br in libman.
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 2b389b14..b3e9cc05 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -52,6 +52,7 @@ static int man_flags[MAN_MAX] = {
FL_NLINE, /* I */
FL_NLINE, /* IR */
FL_NLINE, /* RI */
+ 0, /* br */
};
int