=================================================================== RCS file: /cvs/mandoc/tbl.3,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/tbl.3 2018/12/13 02:06:07 1.5 +++ mandoc/tbl.3 2018/12/14 06:33:14 1.6 @@ -1,4 +1,4 @@ -.\" $Id: tbl.3,v 1.5 2018/12/13 02:06:07 schwarze Exp $ +.\" $Id: tbl.3,v 1.6 2018/12/14 06:33:14 schwarze Exp $ .\" .\" Copyright (c) 2013, 2015, 2018 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 13 2018 $ +.Dd $Mdocdate: December 14 2018 $ .Dt TBL 3 .Os .Sh NAME @@ -33,7 +33,6 @@ .Fo tbl_alloc .Fa "int pos" .Fa "int line" -.Fa "struct mparse *parse" .Fc .Ft void .Fo tbl_read @@ -103,12 +102,6 @@ members may be but if there is a span, the function .Fn tbl_layout guarantees that these pointers are not -.Dv NULL . -The function -.Fn tbl_alloc -guarantees that the -.Fa parse -member is not .Dv NULL . .It Vt struct tbl_opts This structure describes the options of one table.