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

Diff for /mandoc/tbl.3 between version 1.2 and 1.4

version 1.2, 2015/01/30 04:11:50 version 1.4, 2018/12/12 21:54:35
Line 27 
Line 27 
 .Nd roff table parser library for mandoc  .Nd roff table parser library for mandoc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .In mandoc.h  .In mandoc.h
   .In tbl.h
 .In libmandoc.h  .In libmandoc.h
 .In libroff.h  .In libroff.h
 .Ft struct tbl_node *  .Ft struct tbl_node *
Line 35 
Line 36 
 .Fa "int line"  .Fa "int line"
 .Fa "struct mparse *parse"  .Fa "struct mparse *parse"
 .Fc  .Fc
 .Ft enum rofferr  .Ft void
 .Fo tbl_read  .Fo tbl_read
 .Fa "struct tbl_node *tbl"  .Fa "struct tbl_node *tbl"
 .Fa "int ln"  .Fa "int ln"

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

CVSweb