diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-07 00:21:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-07 00:21:24 +0000 |
commit | b427c6de0c26f9a9bb5ca9b0eb9f37750b237c1e (patch) | |
tree | 123093887f07b5fba1c7b733dc90f5e2b8219492 /share | |
parent | d84dfd0f3f627fae37aa64d023492b885dee2eb5 (diff) |
Parse and ignore the .pl (page length) request;
Daniel Levai reports that Slackware Linux uses this.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/roff.7 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index c5817815155..741e2a73aad 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.36 2014/08/14 20:06:41 jmc Exp $ +.\" $OpenBSD: roff.7,v 1.37 2014/09/07 00:21:23 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2014 $ +.Dd $Mdocdate: September 7 2014 $ .Dt ROFF 7 .Os .Sh NAME @@ -933,6 +933,11 @@ 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 \&pl +Change page length. +This line-scoped request is intended to take one height argument. +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. |