`man', at least on Debian 3.1, will treat a paragraph beginning with
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 11 Oct 2006 11:13:30 +0000 (11:13 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 11 Oct 2006 11:13:30 +0000 (11:13 +0000)
commit2e78832ed88bc518b46e0b248d22da061bea46ed
tree69c7f898eeb781fc7d531d4e25cb7bc08cbee732
parentf6220253b2e31a88862b8beae822ff11cc5576ab
`man', at least on Debian 3.1, will treat a paragraph beginning with
a period specially _even_ if there's an \fB or similar escape
sequence before the period. Therefore, man_rdaddctrl() now doesn't
clear the QUOTE_INITCTRL flag just because it generated some text;
instead, its call sites clear the flag when the _type_ of generated
text is appropriate for this. This should remove an error from the
`lns' man page (utils/lns/lns.but), which was where I noticed the
problem.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6871 cda61777-01e9-0310-a592-d414129be87e
bk_man.c