Annotation of mandoc/regress/man/EX/spacing.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: spacing.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
! 2: .TH EX-SPACING 1 "June 3, 2012"
1.1 schwarze 3: .SH NAME
4: EX-spacing \- spacing around the example macro
5: .SH DESCRIPTION
6: regular
7: text
8: .EX
9: example
10: text
11: .EE
12: regular
13: text
14: .nf
15: literal
16: text
17: .EX
18: example
19: text
20: .EE
21: regular
22: text
23: .PP
24: .EX
25: after PP, before nf
26: .EE
27: .nf
28: .EX
29: after nf, before fi
30: .EE
31: .fi
32: after fi, before PP
33: .EE
34: .PP
35: regular
36: text
CVSweb