Changeset 7936
- Timestamp:
- 02/23/07 22:30:22 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/man-db.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7935 r7936 41 41 <itemizedlist> 42 42 <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> 43 47 <para>[dnicholson] - Applied a patch from Chris Staub to fix some 44 48 commands and text on the kernel file systems, E2fsprogs and trunk/BOOK/chapter06/man-db.xml
r7797 r7936 49 49 50 50 <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 as53 <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 results 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> 56 56 57 57 <para>The third change accounts for programs that Man-DB should be able
