[BACK]Return to vspace.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / TS

Diff for /mandoc/regress/man/TS/vspace.in between version 1.3 and 1.4

version 1.3, 2017/07/04 15:25:09 version 1.4, 2022/08/28 11:55:33
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .TH TBL-VSPACE 1 "May 27, 2012"  .TH TBL-VSPACE 1 "August 28, 2022"
 .SH NAME  .SH NAME
 tbl-vspace \- vertical spacing around tables  tbl-vspace \- vertical spacing around tables
 .SH DESCRIPTION  .SH DESCRIPTION
Line 14  box;
Line 14  box;
 L .  L .
 table with box  table with box
 .TE  .TE
 .\" at least one vertical space is required here  
 .\" or groff will clobber the box  
 .sp 1v  
 normal text after table with box  normal text after table with box
 .TS  .TS
 doublebox;  doublebox;
 L .  L .
 table with double box  table with double box
 .TE  .TE
 .\" at least two vertical spaces are required here  
 .\" or groff will clobber the box  
 .sp 2v  
 normal text after table with double box  normal text after table with double box
 .TS  .TS
 L .  L .
Line 36  box;
Line 30  box;
 L .  L .
 table with box  table with box
 .TE  .TE
 .sp 1v  
 .TS  .TS
 doublebox;  doublebox;
 L .  L .
 table with double box  table with double box
 .TE  .TE
 .sp 2v  
 .TS  .TS
 L .  L .
 table without box  table without box

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb