On 19/01/2022 17:19, Steven Rostedt wrote: > From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> > > The building of the Documentation directory errors with: > > DESCEND Documentation all > ASCIIDOC libtracefs-instances-affinity.html > asciidoc: ERROR: libtracefs-instances-affinity.txt: line 8: malformed name section body > asciidoc: FAILED: libtracefs-instances-affinity.txt: line 8: unexpected error: > asciidoc: ------------------------------------------------------------ > Traceback (most recent call last): > File "/usr/lib/python3/dist-packages/asciidoc/asciidoc.py", line 6081, in asciidoc > document.translate(has_header) # Generate the output. > File "/usr/lib/python3/dist-packages/asciidoc/asciidoc.py", line 1380, in translate > self.attributes['manname'] = mo.group('manname').strip() > AttributeError: 'NoneType' object has no attribute 'group' > make[1]: *** [Makefile:237: libtracefs-instances-affinity.html] Error 1 > make: *** [Makefile:286: doc] Error 2 > > This was due to a cut and paste error and the first line did not have a > hyphen for the description of the man page. > > Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> > --- > Documentation/libtracefs-instances-affinity.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof