diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 20:57:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-08 20:57:35 +0000 |
commit | f4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c (patch) | |
tree | 11715948991bd99b0b0588a8fc1b0e1f465dc250 /term.c | |
parent | 68fba3271bc79716f1743bd49dd75bbad59cb00d (diff) | |
download | mandoc-f4bf03d97398f8f37ba7e8df8d5a0e3f1b53520c.tar.gz |
Added `Lp' macro.
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -276,6 +276,7 @@ const struct termact __termacts[MDOC_MAX] = { { termp_ud_pre, NULL }, /* Ud */ { termp_lb_pre, termp_lb_post }, /* Lb */ { termp_ap_pre, NULL }, /* Lb */ + { termp_pp_pre, NULL }, /* Pp */ }; const struct termact *termacts = __termacts; |