Fcron-3.2.0: typo and explicitly give the dsssl stylesheets directory.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13363 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-07-08 10:17:13 +00:00
parent b9edd3d583
commit 71ca71f9c3
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ --> <!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "07"> <!-- Always 2 digits --> <!ENTITY day "08"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2014"> <!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team"> <!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;"> <!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 7th, &year;"> <!ENTITY releasedate "July 8th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] --> <!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -165,8 +165,10 @@ make</userinput></screen>
<para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>: <para><option>--with-editor=<replaceable>&lt;/path/to/editor&gt;</replaceable></option>:
This switch allows you to set the default text editor.</para> This switch allows you to set the default text editor.</para>
<para><option>-with-dsssl-dir=<replaceable>&lt;/path/to/dsssl-stylesheets&gt;</replaceable></option>: <para><option>--with-dsssl-dir=<replaceable>&lt;/path/to/dsssl-stylesheets&gt;</replaceable></option>:
May be used if you have <xref linkend="docbook-utils"/> installed.</para> May be used if you have <xref linkend="docbook-utils"/> installed.
Currently, the dsssl stylesheets are located at
<filename class="directory">/usr/share/sgml/docbook/dsssl-stylesheets-1.79</filename>.</para>
</sect2> </sect2>