Changeset ea24374


Ignore:
Timestamp:
Oct 20, 2006, 1:53:37 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e9e9743
Parents:
19d6174
Message:

Added command to man instructions to comment out /usr/local/man

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/man.xml

    r19d6174 rea24374  
    3636
    3737    <para os="d">Another <command>sed</command> substitution comments out the
    38     <quote>MANPATH /usr/man</quote> line in the <filename>man.conf</filename>
    39     file to prevent redundant results when using programs such as
    40     <command>whatis</command>:</para>
    41 
    42 <screen os="e"><userinput>sed -i 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in</userinput></screen>
     38    <quote>MANPATH /usr/man</quote> and <quote>MANPATH /usr/local/man</quote>
     39    lines in the <filename>man.conf</filename> file to prevent redundant
     40    results when using programs such as <command>whatis</command>:</para>
     41
     42<screen os="e"><userinput>sed -i 's@MANPATH./usr/man@#&amp;@g' src/man.conf.in
     43sed -i 's@MANPATH./usr/local/man@#&amp;@g' src/man.conf.in</userinput></screen>
    4344
    4445    <para os="h">Prepare Man for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r19d6174 rea24374  
    4343          <para>[Chris] - Removed command to add "setvbuf_reversed" to
    4444          temp-system bash as it is no longer needed with Bash 3.2.</para>
     45          <para>[Chris] - Added command to man instructions to comment out
     46          MANPATH /usr/local/man (in addition to /usr/man).</para>
    4547        </listitem>
    4648      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.