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