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';
  ds-format = 'texi';
  ds-text   = <<-_EOT_

@example

# EMAIL
#nc_permit_email = "nmav@@example.net"

@end example

_EOT_;
};

Note that if I replace nmav@@example.net with nmav@@exampl.net (or
something smaller) it doesn't crash!

The crash output is:
mdoc2man error:  EOF reached processing '.Bd'
AutoGen aborting on signal 15 (Terminated) in state EMITTING
processing template /usr/share/autogen/agman-cmd.tpl
            on line 54
       for function EXPR (14)
Terminated
Killing AutoGen 22547
FAILURE REASON:  /usr/share/autogen/mdoc2man failed in /tmp
Hangup


regards,
Nikos

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to