]> git.cameronkatri.com Git - mandoc.git/blob - regress/man/RS/nested.in
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / man / RS / nested.in
1 .TH RS-NESTED 1 "April 4, 2015" OpenBSD
2 .SH NAME
3 RS-nested \- various blocks nested inside reset blocks
4 .SH DESCRIPTION
5 regular
6 text
7 .RS
8 outer
9 text (default indent)
10 .RS
11 inner
12 text (default indent)
13 .RE
14 outer
15 text
16 .RE
17 regular text
18 .IP tag 6n
19 tagged text (6n)
20 .RS
21 outer text (saved 6n)
22 .RS
23 inner text (default indent)
24 .RE
25 outer text
26 .RE
27 regular text
28 .RS 4n
29 outer text (4n)
30 .RS 2n
31 inner text (2n)
32 .RE
33 outer text
34 .IP indent 8n
35 text (8n)
36 .TP 6n
37 tag
38 text (6n)
39 .HP 12n
40 hanged
41 This is very long text.
42 Let's see where it will break the line,
43 and which indent the next line will have - hopefully 12n.
44 .PP
45 outer text
46 .RE
47 nesting HP and RS inside RS:
48 .RS
49 outer text
50 .HP 2n
51 .RS 4n
52 inner text
53 .RE
54 .RE