Author: randy Date: 2005-07-27 17:43:37 -0600 (Wed, 27 Jul 2005) New Revision: 4810
Modified: trunk/BOOK/basicnet/textweb/lynx.xml trunk/BOOK/basicnet/textweb/textweb.xml trunk/BOOK/basicnet/textweb/w3m.xml Log: Fixed typos in Chapter 17 text Modified: trunk/BOOK/basicnet/textweb/lynx.xml =================================================================== --- trunk/BOOK/basicnet/textweb/lynx.xml 2005-07-27 23:07:31 UTC (rev 4809) +++ trunk/BOOK/basicnet/textweb/lynx.xml 2005-07-27 23:43:37 UTC (rev 4810) @@ -114,7 +114,7 @@ under <filename class="directory">/etc</filename>.</para> <para><option>--with-ssl</option>: This enables support for - linking SSLl into <application>Lynx</application>.</para> + linking SSL into <application>Lynx</application>.</para> <para><option>--with-gnutls</option>: This enables support for linking <application>GnuTLS</application> into Modified: trunk/BOOK/basicnet/textweb/textweb.xml =================================================================== --- trunk/BOOK/basicnet/textweb/textweb.xml 2005-07-27 23:07:31 UTC (rev 4809) +++ trunk/BOOK/basicnet/textweb/textweb.xml 2005-07-27 23:43:37 UTC (rev 4810) @@ -21,7 +21,7 @@ these browsers as their principle method of browsing; either to avoid the clutter and bandwidth which accompanies images or because they may use a text-to-speech synthesizer which can read the page to them (of use for instance - to partially sighted or blind users). We currently have installation + to partially sighted or blind users). In this chapter you will find installation instructions for three console web browsers:</para> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="links.xml"/> Modified: trunk/BOOK/basicnet/textweb/w3m.xml =================================================================== --- trunk/BOOK/basicnet/textweb/w3m.xml 2005-07-27 23:07:31 UTC (rev 4809) +++ trunk/BOOK/basicnet/textweb/w3m.xml 2005-07-27 23:43:37 UTC (rev 4810) @@ -64,7 +64,7 @@ <para><xref linkend="pkgconfig"/>, <xref linkend="gpm"/>, <xref linkend="openssl"/>, - <xref linkend="imlib"/>, + <xref linkend="imlib"/> or <xref linkend="imlib2"/>, <xref linkend="gdk"/>, <xref linkend="compface"/>, @@ -82,17 +82,16 @@ <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc && make</userinput></screen> - <para>This package does not come with a testsuite.</para> + <para>This package does not come with a test suite.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install && install -v -D -m 644 doc/keymap.default /etc/w3m/keymap && install -v -D -m 644 doc/menu.default /etc/w3m/menu && -install -v -d -m 755 /usr/share/doc/w3m-&w3m-version; && +install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html && install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} \ /usr/share/doc/w3m-&w3m-version; && -install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html && install -v -m 644 doc/*.html \ /usr/share/doc/w3m-&w3m-version;/html</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page