aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-23 20:18:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-23 20:18:40 +0000
commite2929ff626db08a8421c32b9c2709a9e4da8aada (patch)
tree6b8a791c1459a02cb7df88797e743a349308c0cb /roff.7
parent6a5d7b3417c42d71e00a671bdca73c0a15c8368a (diff)
downloadmandoc-e2929ff626db08a8421c32b9c2709a9e4da8aada.tar.gz
mandoc-e2929ff626db08a8421c32b9c2709a9e4da8aada.tar.zst
mandoc-e2929ff626db08a8421c32b9c2709a9e4da8aada.zip
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.710
1 files changed, 5 insertions, 5 deletions
diff --git a/roff.7 b/roff.7
index 64a43bcd..27bed242 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.67 2015/01/23 00:42:00 schwarze Exp $
+.\" $Id: roff.7,v 1.68 2015/01/23 20:18:40 schwarze Exp $
.\"
.\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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