Changeset ea24374 for BOOK/final-system


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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.