Typo and format corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13111 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-05-16 21:52:06 +00:00
parent dc83022eb3
commit c612fc3c86
8 changed files with 33 additions and 13 deletions

View File

@ -89,13 +89,19 @@ xreflabel="shared-mime-info-&shared-mime-info-version;">
<sect2 role="installation">
<title>Installation of Shared Mime Info</title>
<note>
<para>
This package does not support parallel build.
</para>
</note>
<para>
Install <application>Shared Mime Info</application> by running the
following commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
make -j1</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.

View File

@ -112,7 +112,7 @@ make</userinput></screen>
<para>Now re-install as the <systemitem class="username">root</systemitem>
user:</para>
<screen><userinput>make install</userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>

View File

@ -97,6 +97,11 @@ make</userinput></screen>
mkdir -pv /usr/share/doc/haveged-&haveged-version; &amp;&amp;
cp -v README /usr/share/doc/haveged-&haveged-version;</userinput></screen>
</sect2>
<sect2 role="configuration">
<title>Configuring haveged</title>
<sect3 id="haveged-init">
<title>Boot Script</title>

View File

@ -187,7 +187,7 @@ EOF</userinput></screen>
<para>For convenience you may want to create a symbolic link to run
<command>qemu-system-x86_64</command>:</para>
<screen><userinput>ln -sv qemu-system-x86_64 /usr/bin/qemu</userinput></screen>
<screen role="root"><userinput>ln -sv qemu-system-x86_64 /usr/bin/qemu</userinput></screen>
</note>
</sect2>

View File

@ -65,10 +65,14 @@
<xref linkend="openldap"/> (client)
</para>
<bridgehead renderas="sect4">Recommanded</bridgehead>
<para role="recommanded">
<xref linkend="openssl"/> and
<xref linkend="cyrus-sasl"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="openssl"/>,
<xref linkend="cyrus-sasl"/>,
<xref linkend="procmail"/>,
<ulink url="http://www.feep.net/nph/">nph</ulink>, and
<xref linkend="gs"/> (for creating PDF documentation)
@ -101,7 +105,7 @@ install -v -m700 -d /var/spool/mqueue</userinput></screen>
<screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
<literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llberi -ldb')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb')
APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal>
EOF</userinput></screen>

View File

@ -154,8 +154,13 @@ autoconf &amp;&amp;
--disable-debug \
--disable-slapd &amp;&amp;
make depend &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
make</userinput></screen>
<para>
Then, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</note>
@ -208,7 +213,7 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
chmod -v 700 /var/lib/openldap &amp;&amp;
chown -v -R ldap:ldap /var/lib/openldap &amp;&amp;
chown -v -R root:ldap /var/lib/openldap &amp;&amp;
chmod -v 640 /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &amp;&amp;
chown -v root:ldap /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &amp;&amp;
install -v -dm700 -o ldap -g ldap /etc/openldap/slapd.d &amp;&amp;

View File

@ -236,7 +236,7 @@ find /usr/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
<bridgehead renderas="sect3">Method 2: Installing in /opt/qt-&qt5-version;</bridgehead>
<para>
This section provides for installing Qt4 almost all of the files in the
This section provides instructions for installing Qt5 in the
<filename class="directory">/opt</filename> directory.
</para>

View File

@ -131,9 +131,9 @@
</para>
<screen><userinput>sed -i '/parse-param/ a%lex-param {YYLEX_PARAM}' \
Source/ThirdParty/ANGLE/src/compiler/glslang.y</userinput> &amp;&amp;
<userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &amp;&amp;
./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
Source/ThirdParty/ANGLE/src/compiler/glslang.y &amp;&amp;
patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &amp;&amp;
./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &amp;&amp;
make</userinput></screen>
<para>