fix typos caught by David Jensen

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1652 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-12-19 14:14:28 +00:00
parent 5b022662cc
commit ec84edcf8f
3 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,7 @@
<para>Install <application>libbonoboui</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--disable-gtk-doc &amp;&amp;
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Installation of <application>libgsf</application></title>
<title>Installation of <application>libcroco</application></title>
<para>Install <application>libgsf</application> by running the following commands:</para>
<para>Install <application>libcroco</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--disable-gtk-doc &amp;&amp;

View File

@ -6,7 +6,7 @@
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--with-omfdirs=/usr/share/omf:/opt/gnome/share/omf:\
/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf &amp;&amp;
/opt/kde/share/omf:/opt/gnome-&gnome-version;/share/omf &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>