[PATCH] DocBook: only use tabular style for long synopsis

There was a complaint that function declarations are shown tabular in the
documentation since switching to xmlto. This patch disables tabular mode
when the function fits in one line.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Martin Waitz and committed by Linus Torvalds 363412b4 597f6eea

+1
+1
Documentation/DocBook/stylesheet.xsl
··· 2 2 <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3 3 <param name="chunk.quietly">1</param> 4 4 <param name="funcsynopsis.style">ansi</param> 5 + <param name="funcsynopsis.tabular.threshold">80</param> 5 6 </stylesheet>