diff options
author | 2017-06-06 15:00:56 +0000 | |
---|---|---|
committer | 2017-06-06 15:00:56 +0000 | |
commit | e13b41953a89d6f9c45672a4e590dd7b96ec8c86 (patch) | |
tree | 63b1b6beac2411502a30d0cb239ed8be0f6cf49a /share/man/man7 | |
parent | Delete input event when evbuffer_read() fails to avoid just spinning (diff) | |
download | wireguard-openbsd-e13b41953a89d6f9c45672a4e590dd7b96ec8c86.tar.xz wireguard-openbsd-e13b41953a89d6f9c45672a4e590dd7b96ec8c86.zip |
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/man/man7')
-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. |