diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-24 05:45:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-24 05:45:04 +0000 |
commit | 1dd07b15a1d771e23ba0d050538a2e13f10239f6 (patch) | |
tree | 346735b152c6beb2d9ba0bcacc5f2f7ca463b69b /man_macro.c | |
parent | 22600541da017c5a8c6de3b241d99a0450041385 (diff) | |
download | mandoc-1dd07b15a1d771e23ba0d050538a2e13f10239f6.tar.gz |
Added `PD' to -man (doesn't do anything, yet).
Diffstat (limited to 'man_macro.c')
-rw-r--r-- | man_macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c index 9e1760ab..9c290e45 100644 --- a/man_macro.c +++ b/man_macro.c @@ -67,6 +67,7 @@ const struct man_macro __man_macros[MAN_MAX] = { { blk_imp, MAN_EXPLICIT }, /* RS */ { in_line_eoln, 0 }, /* DT */ { in_line_eoln, 0 }, /* UC */ + { in_line_eoln, 0 }, /* PD */ }; const struct man_macro * const man_macros = __man_macros; |