From 0a8809aa2eea4b189b4ca02bea4883d7cf4ce706 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 24 Aug 2018 23:12:33 +0000 Subject: Rudimentary implementation of the roff(7) .while request. Needed for example by groff_hdtbl(7). There are two limitations: It does not support nested .while requests yet, and each .while loop must start and end in the same scope. The roff_parseln() return codes are now more flexible and allow OR'ing options. --- tbl.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tbl.3') diff --git a/tbl.3 b/tbl.3 index f3db622e..71714e91 100644 --- a/tbl.3 +++ b/tbl.3 @@ -1,4 +1,4 @@ -.\" $Id: tbl.3,v 1.2 2015/01/30 04:11:50 schwarze Exp $ +.\" $Id: tbl.3,v 1.3 2018/08/24 23:12:34 schwarze Exp $ .\" .\" Copyright (c) 2013 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: January 30 2015 $ +.Dd $Mdocdate: August 24 2018 $ .Dt TBL 3 .Os .Sh NAME @@ -35,7 +35,7 @@ .Fa "int line" .Fa "struct mparse *parse" .Fc -.Ft enum rofferr +.Ft void .Fo tbl_read .Fa "struct tbl_node *tbl" .Fa "int ln" -- cgit v1.2.3