[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.2, Tue Jul 4 15:25:03 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.1: +2 -1 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $OpenBSD: nested.in,v 1.4 2017/07/04 14:53:23 schwarze Exp $
.TH RS-NESTED 1 "April 4, 2015"
.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