Its limited to 9 because asciidoc generates attributes for the names by appending a single digit to "manname".
Perhaps you could make the NAME section like: NAME ---- funcXXX - family of functions that do ... SYNOPSIS ---------- finc1() func2() etc etc Note that you will only get one manpage, even if you have multiple names. Cheers Lex On 18 July 2016 at 23:42, Some guy <[email protected]> wrote: > Hello, > > I am documenting a group of 18 functions all doing pretty much the same > thing. I am not the author of the original lib, so I would like to adapt the > manpages to the project, and I get this message (with --verbose) : > > asciidoc: WARNING: somefile.3.txt: line 11: too many manpage names > > As I want to generate as many files as functions to make it easier to the > user to look through them, I have put the 18 functions names in the header : > > NAME > ---- > func1, func2, func3, > func4, func5, func6, > func7, func8, func9, > func10, func11, func12 > - Make some action > > And then the message came. Where does the limit come from ? Is there any > option or configuration thing I can do to forget that limit ? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
