Changeset 7936

Show
Ignore:
Timestamp:
02/23/07 22:30:22 (2 years ago)
Author:
dnicholson
Message:

Removed /usr/local/man lines from man_db.conf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7935 r7936  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[dnicholson] - Removed /usr/local/man lines from man_db.conf 
     44          to prevent redundant results. Reported by Chris Staub.</para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[dnicholson] - Applied a patch from Chris Staub to fix some 
    4448          commands and text on the kernel file systems, E2fsprogs and 
  • trunk/BOOK/chapter06/man-db.xml

    r7797 r7936  
    4949 
    5050    <para>The second change is a <command>sed</command> substitution to delete 
    51     the <quote>/usr/man</quote> lines in the <filename>man_db.conf</filename> 
    52     file to prevent redundant results when using programs such a
    53     <command>whatis</command>:</para> 
    54  
    55 <screen><userinput>sed -i '/\t\/usr\/man/d' src/man_db.conf.in</userinput></screen> 
     51    the <quote>/usr/man</quote> and <quote>/usr/local/man</quote> lines in 
     52    the <filename>man_db.conf</filename> file to prevent redundant result
     53    when using programs such as <command>whatis</command>:</para> 
     54 
     55<screen><userinput>sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' src/man_db.conf.in</userinput></screen> 
    5656 
    5757    <para>The third change accounts for programs that Man-DB should be able