commit | 3c3b3b1a94705c8019b973fb679dd99bd19305af | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Sun Oct 05 14:48:44 2014 -0700 |
committer | Jason Evans <jasone@canonware.com> | Sun Oct 05 14:48:44 2014 -0700 |
tree | e9278f192d535cbcc4e9b87d241723629422cbc6 | |
parent | a95018ee819abf897562d9d1f3bc31d4dd725a8d [diff] |
Fix a docbook element nesting nit. According to the docbook documentation for <funcprototype>, its parent must be <funcsynopsis>; fix accordingly. Nonetheless, the man page processor fails badly when this construct is embedded in a <para> (which is documented to be legal), although the html processor does fine.