From 04642d565fb199ea01577d991cc06f70315c4c06 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 11 2012 05:52:40 +0000 Subject: Update `trunk/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh b/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh index 8a4895a..d407fdb 100755 --- a/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh +++ b/Scripts/Bash/Functions/Render/Docbook/docbook_prepareStyles.sh @@ -3,9 +3,9 @@ # docbook_prepareStyles.sh -- This function prepares styles' final # instances used in transformations based on XSL or DSL templates. # There are translation markers inside the XSL and DSL templates that -# need to be expand before they be used for transformations. This -# function creates temporal instances of XSL and DSL templates with -# translation markers expanded inside so as for transformation +# need to be expanded before they can be used for transformations. +# This function creates temporal instances of XSL and DSL templates +# with translation markers expanded inside so as for transformation # commands (e.g., `xmltproc' or `openjade' through `docbook2pdf') to # use as style defintion. #