[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.1 and 1.4

version 1.1, 2017/02/08 03:02:32 version 1.4, 2022/08/28 11:55:33
Line 1 
Line 1 
 .TH TBL-VSPACE 1  .\" $OpenBSD$
   .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 13  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 35  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.1  
changed lines
  Added in v.1.4

CVSweb