From: Michael Smith Date: Mon, 18 Feb 2008 01:50:02 +0000 (+0000) Subject: updated wording of doc for funcsynopsis-style PI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd7f0dbb657e20505f976b81bba5d8fe251285ba;p=docbook-dsssl updated wording of doc for funcsynopsis-style PI --- diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index 5308f8369..10c636373 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -296,9 +296,9 @@ Specifies presentation style for a funcsynopsis Use the dbhtml funcsynopsis-style PI as a child of - a funcprototype or anywhere within a funcprototype - control the presentation style for the funcsynopsis - in output. + a funcsynopsis or anywhere within a funcsynopsis + to control the presentation style for output of all + funcprototype instances within that funcsynopsis. dbhtml funcsynopsis-style="kr"|"ansi" @@ -307,12 +307,12 @@ funcsynopsis-style="kr" - Displays the funcprototype in K&R style + Displays funcprototype output in K&R style funcsynopsis-style="ansi" - Displays the funcprototype in ANSI style + Displays funcprototype output in ANSI style