summaryrefslogtreecommitdiffstats
path: root/roff.7
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.7
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.7')
-rw-r--r--roff.711
1 files changed, 9 insertions, 2 deletions
diff --git a/roff.7 b/roff.7
index e4935031..013721cd 100644
--- a/roff.7
+++ b/roff.7
@@ -1441,8 +1441,15 @@ Currently ignored.
Print all number registers on standard error output.
Currently ignored.
.It Ic \&po Op Oo Cm + Ns | Ns Cm - Oc Ns Ar offset
-Set horizontal page offset.
-Currently ignored.
+Set a horizontal page offset.
+If no argument is specified, the page offset is reverted to its
+previous value.
+If a sign is specified, the new page offset is calculated relative
+to the current one; otherwise, it is absolute.
+The argument follows the syntax of
+.Sx Scaling Widths
+and the default scaling unit is
+.Cm m .
.It Ic \&ps Op Oo Cm + Ns | Ns Cm - Oc Ns size
Change point size.
Currently ignored.