From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- .../docbook/docbook-xsl-1.76.1/manpages/pi.xsl | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/manpages/pi.xsl (limited to 'src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/manpages/pi.xsl') diff --git a/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/manpages/pi.xsl b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/manpages/pi.xsl new file mode 100644 index 0000000..7b0975b --- /dev/null +++ b/src/engine/SCons/Tool/docbook/docbook-xsl-1.76.1/manpages/pi.xsl @@ -0,0 +1,79 @@ + + + + + +manpages Processing Instruction Reference + + $Id: pi.xsl 7644 2008-01-16 11:04:07Z xmldoc $ + + + + Introduction + This is generated reference documentation for all + user-specifiable processing instructions (PIs) in the DocBook + XSL stylesheets for manpages output. + + You add these PIs at particular points in a document to + cause specific “exceptions” to formatting/output behavior. To + make global changes in formatting/output behavior across an + entire document, it’s better to do it by setting an + appropriate stylesheet parameter (if there is one). + + + + + + + + + Specifies presentation style for a funcsynopsis. + + Use the dbman + funcsynopsis-style PI as a child of a + funcsynopsis or anywhere within a funcsynopsis + to control the presentation style for output of all + funcprototype instances within that funcsynopsis. + + + dbman funcsynopsis-style="kr"|"ansi" + + + + funcsynopsis-style="kr" + + Displays the funcprototype in K&R style + + + funcsynopsis-style="ansi" + + Displays the funcprototype in ANSI style + + + + + + man.funcsynopsis.style + + + + + + + + + + + -- cgit v1.2.3