Annotation of mandoc/regress/tbl/layout/emptyline.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: emptyline.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
! 2: .TH TBL-LAYOUT-EMPTYLINE 1 "January 29, 2015"
1.1 schwarze 3: .SH NAME
4: tbl-layout-emptyline \- empty lines in table layouts
5: .SH DESCRIPTION
6: An empty line in the middle of a table joins with the next:
7: .TS
8: l
9: |
10: r.
11: table text
12: _
13: bar
14: right
15: .TE
16: .PP
17: An empty line at the end of a table is discarded:
18: .TS
19: l
20: r
21: |.
22: table text
23: right
24: .TE
25: normal text
CVSweb