x-itec / asciidoc

Automatically exported from code.google.com/p/asciidoc
GNU General Public License v2.0
0 stars 0 forks source link

asciidoc source defining manpage failing when document title contains '-' #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create asciidoc document containing manpage

2. Assign title containing hyphen, e.g. MY-TITLE(1) 

3. attempt to build using
  > asciidoc -o <manpage_name>.xml -b docbook -d manpage   
  <manpage_name>.txt

What is the expected output? What do you see instead?
Expected output is a valid XML file

Seeing error
asciidoc: FAILED: manpage document title is mandatory

What version of the product are you using? On what operating system?
asciidoc 8.6.6

Please provide any additional information below.

Attempted to correct problem by escaping '-',
  MY\-TITLE(1)

Original issue reported on code.google.com by terry.fe...@gmail.com on 1 May 2013 at 9:08