<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Martin Waitz &lt;tali@admingilde.org&gt;

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 &lt;akpm@osdl.org&gt;
---

 Documentation/DocBook/stylesheet.xsl |    1 +
 1 files changed, 1 insertion(+)

diff -puN Documentation/DocBook/stylesheet.xsl~docbook-only-use-tabular-style-for-long-synopsis Documentation/DocBook/stylesheet.xsl
--- 25/Documentation/DocBook/stylesheet.xsl~docbook-only-use-tabular-style-for-long-synopsis	2005-05-09 18:27:34.000000000 -0700
+++ 25-akpm/Documentation/DocBook/stylesheet.xsl	2005-05-09 18:27:34.000000000 -0700
@@ -2,4 +2,5 @@
 &lt;stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0"&gt;
 &lt;param name="chunk.quietly"&gt;1&lt;/param&gt;
 &lt;param name="funcsynopsis.style"&gt;ansi&lt;/param&gt;
+&lt;param name="funcsynopsis.tabular.threshold"&gt;80&lt;/param&gt;
 &lt;/stylesheet&gt;
_
</pre></body></html>