[BACK]Return to nested.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / RS

File: [cvsweb.bsd.lv] / mandoc / regress / man / RS / nested.in (download)

Revision 1.1, Wed Feb 8 03:02:28 2017 UTC (7 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1, VERSION_1_13

Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this,
literally for years.

.TH RS-NESTED 1 "April 4, 2015" OpenBSD
.SH NAME
RS-nested \- various blocks nested inside reset blocks
.SH DESCRIPTION
regular
text
.RS
outer
text (default indent)
.RS
inner
text (default indent)
.RE
outer
text
.RE
regular text
.IP tag 6n
tagged text (6n)
.RS
outer text (saved 6n)
.RS
inner text (default indent)
.RE
outer text
.RE
regular text
.RS 4n
outer text (4n)
.RS 2n
inner text (2n)
.RE
outer text
.IP indent 8n
text (8n)
.TP 6n
tag
text (6n)
.HP 12n
hanged
This is very long text.
Let's see where it will break the line,
and which indent the next line will have - hopefully 12n.
.PP
outer text
.RE
nesting HP and RS inside RS:
.RS
outer text
.HP 2n
.RS 4n
inner text
.RE
.RE