summaryrefslogtreecommitdiffstats
path: root/roff_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-14 22:51:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-14 22:51:25 +0000
commit91f0f16f2181a2ac79aecf7026518b21cf15770f (patch)
treefd0b81e0b7d9aa319a83d358e1dc96ae8be2f6b6 /roff_html.c
parenta20ce5b08da3bf35aba0065fbac0a3b322fc5e1d (diff)
downloadmandoc-91f0f16f2181a2ac79aecf7026518b21cf15770f.tar.gz
Naive implementation of the roff(7) .po (page offset) request.
This clearly works when .po is called on the top level, but might not be sophisticated enough if people call .po inside indentation-changing contexts, but i haven't seen that in manual pages (yet :).
Diffstat (limited to 'roff_html.c')
-rw-r--r--roff_html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff_html.c b/roff_html.c
index 9e30bedd..1ce83659 100644
--- a/roff_html.c
+++ b/roff_html.c
@@ -38,6 +38,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = {
NULL, /* ft */
NULL, /* ll */
NULL, /* mc */
+ NULL, /* po */
roff_html_pre_ce, /* rj */
roff_html_pre_sp, /* sp */
NULL, /* ta */