diff options
author | 2017-05-08 15:33:43 +0000 | |
---|---|---|
committer | 2017-05-08 15:33:43 +0000 | |
commit | 11d70615da8995731d12d90b59e0f147f302755b (patch) | |
tree | ce355d0a11e5dcf49c0a0fb8616f35e326c5c6ac /share/man/man7 | |
parent | Fix exponential CPU use with repeated '*' operators by changing '*' (diff) | |
download | wireguard-openbsd-11d70615da8995731d12d90b59e0f147f302755b.tar.xz wireguard-openbsd-11d70615da8995731d12d90b59e0f147f302755b.zip |
Basic implementation of the roff(7) .ti (temporary indent) request.
Needed by about four dozen ports (thanks to naddy@ for the research).
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 7fd72a9b20b..4054e4e59bf 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,7 +1,7 @@ -.\" $OpenBSD: roff.7,v 1.59 2017/05/08 03:55:09 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.60 2017/05/08 15:33:43 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> -.\" Copyright (c) 2010, 2011, 2013-2015 Ingo Schwarze <schwarze@openbsd.org> +.\" Copyright (c) 2010,2011,2013-2015,2017 Ingo Schwarze <schwarze@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -1583,9 +1583,15 @@ Currently unsupported. End a table context. See .Sx \&TS . -.It Ic \&tii Oo Cm + Ns | Ns Cm - Oc Ns Ar width -Temporary indent. -Currently unsupported. +.It Ic \&ti Oo Cm + Ns | Ns Cm - Oc Ns Ar width +Break the output line and indent the next output line by +.Ar width . +If a sign is specified, the temporary indentation is calculated +relative to the current indentation; otherwise, it is absolute. +The argument follows the syntax of +.Sx Scaling Widths +and the default scaling unit is +.Cm m . .It Ic \&tkf Ar font minps width1 maxps width2 Enable track kerning for a font. Currently ignored. |