git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9908 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-04-12 14:44:48 +00:00
parent 2c263229f5
commit e958dbb20f
2 changed files with 2 additions and 3 deletions

View File

@ -193,7 +193,7 @@ install -v -m644 image/*.{png,ico,xpm,bmp} \
<screen role="root"><userinput>install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> /usr/share/doc/wireshark-&wireshark-version;</userinput></screen>
<para>Now, set ownership and permissions of sensitive applications to to
<para>Now, set ownership and permissions of sensitive applications to
only allow authorized users. As the <systemitem
class="username">root</systemitem> user:</para>

View File

@ -93,8 +93,7 @@
<para>Install <application>DocBook-utils</application> by running the
following commands:</para>
<screen><userinput>
patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../docbook-utils-&docbook-utils-version;-grep_fix-1.patch &amp;&amp;
sed -i 's:/html::' doc/HTML/Makefile.in &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>