I've just noticed some unacceptably long lines in code paragraphs in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 7 Dec 2006 18:09:37 +0000 (18:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 7 Dec 2006 18:09:37 +0000 (18:09 +0000)
commit056ab80ee9dfc9970457a2436d0cc29eb5caa7c2
treed23bd3166934efca2629b5b1b13598dc4e18b990
parenta7fd1ff1031dea536cb68cec2e52779b7ffe4fc1
I've just noticed some unacceptably long lines in code paragraphs in
the Halibut manual. They turn out to be \cfg directives with
multiple braced sections after them. The obvious thing to do for
legibility would be to wrap those sections by putting newlines
between } and {, but that isn't legal in the Halibut syntax.

Therefore, it is now :-) For paragraph types which don't have any
body text (such as \cfg), we are now lenient about whitespace
between multiple keywords. So I can fix the docs so they don't go
over the limit, and be confident that the fixed version is still
technically accurate.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6970 cda61777-01e9-0310-a592-d414129be87e
doc/output.but
input.c
inputs/test.but