diff options
author | 2015-01-24 01:59:40 +0000 | |
---|---|---|
committer | 2015-01-24 01:59:40 +0000 | |
commit | 04d44d8983fa74e6c213333f0d10e4a4517559bc (patch) | |
tree | a06b9de1a2aeee4f92bbaec34672d585deced473 /share/man/man7 | |
parent | Userland (base & ports) was adapted to always include <netinet/in.h> (diff) | |
download | wireguard-openbsd-04d44d8983fa74e6c213333f0d10e4a4517559bc.tar.xz wireguard-openbsd-04d44d8983fa74e6c213333f0d10e4a4517559bc.zip |
Support .RE with an argument; needed for audio/pms(1).
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index e1344a8948a..b7e563d7118 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,7 +1,7 @@ -.\" $OpenBSD: man.7,v 1.40 2014/12/28 15:22:42 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.41 2015/01/24 01:59:40 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> -.\" Copyright (c) 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org> +.\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org> .\" Copyright (c) 2010 Joerg Sonnenberger <joerg@netbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -16,7 +16,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: December 28 2014 $ +.Dd $Mdocdate: January 24 2015 $ .Dt MAN 7 .Os .Sh NAME @@ -555,9 +555,29 @@ and .Ss \&RE Explicitly close out the scope of a prior .Sx \&RS . -The default left margin is restored to the state of the original +The default left margin is restored to the state before that .Sx \&RS invocation. +.Pp +The syntax is as follows: +.Bd -filled -offset indent +.Pf \. Sx \&RE +.Op Ar level +.Ed +.Pp +Without an argument, the most recent +.Sx \&RS +block is closed out. +If +.Ar level +is 1, all open +.Sx \&RS +blocks are closed out. +Otherwise, +.Ar level No \(mi 1 +nested +.Sx \&RS +blocks remain open. .Ss \&RI Text is rendered alternately in roman (the default font) and italics. Whitespace between arguments is omitted in output. |