diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-25 01:12:02 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-25 01:12:02 +0000 |
commit | ef0c12c03523dc1118e1aedf95ea477327b2c1cd (patch) | |
tree | dd85261fbf8da8aaf518c91af5859f0526b59a79 /roff.7 | |
parent | a0288e04b6e7f93a95d0e8fde9f81cad5c0318f4 (diff) | |
download | mandoc-ef0c12c03523dc1118e1aedf95ea477327b2c1cd.tar.gz |
Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)
for now. All of these just cause a bit too much or too little
whitespace, but no serious formatting problems.
Triggered by reports from brad@.
Diffstat (limited to 'roff.7')
-rw-r--r-- | roff.7 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -537,6 +537,16 @@ section with the .Cm \&Sh macro will reset this register. .El +.Ss \&ns +Turn on no-space mode. +This line-scoped request is intended to take no arguments. +Currently, it is ignored including its arguments, +and the number of arguments is not checked. +.Ss \&ps +Change point size. +This line-scoped request is intended to take one numerical argument. +Currently, it is ignored including its arguments, +and the number of arguments is not checked. .Ss \&so Include a source file. Its syntax is as follows: @@ -554,6 +564,10 @@ only accepts relative paths not containing the strings .Qq ../ and .Qq /.. . +.Ss \&ta +Set tab stops. +This line-scoped request can take an arbitrary number of arguments. +Currently, it is ignored including its arguments. .Ss \&tr Output character translation. This request is intended to have one argument, |