aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff/t3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/htmlroff/t3.c')
-rw-r--r--src/cmd/htmlroff/t3.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/htmlroff/t3.c b/src/cmd/htmlroff/t3.c
index e54573c1..354ffc2a 100644
--- a/src/cmd/htmlroff/t3.c
+++ b/src/cmd/htmlroff/t3.c
@@ -37,7 +37,7 @@ t3init(void)
nr(L(".o"), eval(L("1i")));
nr(L(".o0"), eval(L("1i")));
nr(L(".p"), eval(L("11i")));
-
+
addreq(L("pl"), r_warn, -1);
addreq(L("bp"), r_nop, -1);
addreq(L("pn"), r_warn, -1);
@@ -46,4 +46,3 @@ t3init(void)
addreq(L("mk"), r_nop, -1);
addreq(L("rt"), r_warn, -1);
}
-