[Autogen-users] crash when parsing doc-section

2014-03-20 Thread Nikos Mavrogiannopoulos
Hello, I get a crash when using autogen to generate a man page from a .def file that contains the doc-section below. The command to generate the manpage is the following. $ autogen -DMAN_SECTION=1 -Tagman-cmd.tpl test.def The document section is: doc-section = { ds-type = 'EXAMPLES';

Re: [Autogen-users] crash when parsing doc-section

2014-03-20 Thread Bruce Korb
Hi Nikos, On Thu, Mar 20, 2014 at 3:25 AM, Nikos Mavrogiannopoulos n...@gnutls.org wrote: doc-section = { ds-type = 'EXAMPLES'; ds-format = 'texi'; ds-text = -_EOT_ @example # EMAIL #nc_permit_email = nmav@@example.net @end example _EOT_; }; Note that if I replace