diff options
author | 2011-01-25 01:09:51 +0000 | |
---|---|---|
committer | 2011-01-25 01:09:51 +0000 | |
commit | 6a19e51cd8b4a67a494849312deaefa87a59f4be (patch) | |
tree | 5c8aae6b65adeaf477b8ebd28ae7a3b2f3456172 /share/man/man7 | |
parent | As noticed by deraadt@, it goes without saying that text files (diff) | |
download | wireguard-openbsd-6a19e51cd8b4a67a494849312deaefa87a59f4be.tar.xz wireguard-openbsd-6a19e51cd8b4a67a494849312deaefa87a59f4be.zip |
Mention .ns, .ps, .ta; related to mandoc/roff.c rev. 1.31.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index e261d3ceca1..839816e5635 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.10 2011/01/25 00:37:39 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.11 2011/01/25 01:09:51 schwarze Exp $ .\" .\" Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> @@ -565,6 +565,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: @@ -582,6 +592,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, |