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