[BACK]Return to tbl.3 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/tbl.3 between version 1.5 and 1.6

version 1.5, 2018/12/13 02:06:07 version 1.6, 2018/12/14 06:33:14
Line 33 
Line 33 
 .Fo tbl_alloc  .Fo tbl_alloc
 .Fa "int pos"  .Fa "int pos"
 .Fa "int line"  .Fa "int line"
 .Fa "struct mparse *parse"  
 .Fc  .Fc
 .Ft void  .Ft void
 .Fo tbl_read  .Fo tbl_read
Line 103  members may be
Line 102  members may be
 but if there is a span, the function  but if there is a span, the function
 .Fn tbl_layout  .Fn tbl_layout
 guarantees that these pointers are not  guarantees that these pointers are not
 .Dv NULL .  
 The function  
 .Fn tbl_alloc  
 guarantees that the  
 .Fa parse  
 member is not  
 .Dv NULL .  .Dv NULL .
 .It Vt struct tbl_opts  .It Vt struct tbl_opts
 This structure describes the options of one table.  This structure describes the options of one table.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb