diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-06 15:00:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-06 15:00:57 +0000 |
commit | 34955d5def8bd756c7774824c0002cd9e09d303f (patch) | |
tree | aee1d02592f74f1151c562909005c00b8c2f5d93 /share | |
parent | 3945d214309f8038620649e0d7c7aeb55c6c2129 (diff) |
Minimal implementation of the roff(7) .ce request (center a number
of input lines without filling).
Contrary to groff, high-level macros abort .ce mode for now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/roff.7 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 3ad9ee4f96a..c0c30372de7 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.64 2017/06/04 22:43:50 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.65 2017/06/06 15:00:56 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010,2011,2013-2015,2017 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: June 4 2017 $ +.Dd $Mdocdate: June 6 2017 $ .Dt ROFF 7 .Os .Sh NAME @@ -525,7 +525,10 @@ Trailing characters are ignored. Center the next .Ar N input lines without filling. -Currently ignored. +.Ar N +defaults to 1. +An argument of 0 or less ends centering. +Currently, high level macros abort certering. .It Ic \&cf Ar filename Output the contents of a file. Ignored because insecure. |