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. --- mandoc_headers.3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mandoc_headers.3') diff --git a/mandoc_headers.3 b/mandoc_headers.3 index 4a05d496..a70e66c4 100644 --- a/mandoc_headers.3 +++ b/mandoc_headers.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: July 8 2017 $ +.Dd $Mdocdate: August 24 2018 $ .Dt MANDOC_HEADERS 3 .Os .Sh NAME @@ -250,7 +250,6 @@ for .Vt enum mandocerr . .Pp Provides -.Vt enum rofferr , .Vt struct buf , utility functions needed by multiple parsers, and the top-level functions to call the parsers. -- cgit v1.2.3