diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-23 20:18:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-23 20:18:40 +0000 |
commit | df9b6ffd29aecb2057cdb3cde72bc270eb6d0bc4 (patch) | |
tree | ace9d605ff8ea4b8e2ecd0d2b9e9c545303b5e48 /roff.7 | |
parent | 5cdc25331345b85829cb16411bb48b213b6ea7b1 (diff) | |
download | mandoc-df9b6ffd29aecb2057cdb3cde72bc270eb6d0bc4.tar.gz |
While ignoring the .ta (set tab stops) and .ti (temp indent) requests
is sometimes harmless, it often causes seriously ugly output,
so flag these requests as unsupported rather than ignoring them.
Discussed with naddy@.
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1439,7 +1439,7 @@ Retrieve the bounding box of a PostScript file. Currently unsupported. .Ss \&pshape Set a special shape for the current paragraph. -This is a Heirloom extension and currently ignored. +This is a Heirloom extension and currently unsupported. .Ss \&pso Include output of a shell command. Ignored because insecure. @@ -1572,7 +1572,7 @@ See .Ss \&ta Set tab stops. Takes an arbitrary number of arguments. -Currently ignored. +Currently unsupported. .Ss \&tc Change tab repetion character. Currently unsupported. @@ -1582,7 +1582,7 @@ See .Sx \&TS . .Ss \&ti Temporary indent. -Currently ignored. +Currently unsupported. .Ss \&tkf Enable track kerning for a font. Currently ignored. @@ -1720,7 +1720,7 @@ Each number may be followed by one optional scaling unit described below The following equations hold: .Bd -literal -offset indent 1i = 6v = 6P = 10m = 10n = 72p = 1000M = 240u = 240 -254c = 100i = 24000u = 24000 +254c = 100i = 24000u = 24000 1f = 65536u = 65536 .Ed .Pp |