Changeset ea24374 for BOOK/final-system
- Timestamp:
- Oct 20, 2006, 1:53:37 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e9e9743
- Parents:
- 19d6174
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/man.xml
r19d6174 rea24374 36 36 37 37 <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@#&@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@#&@g' src/man.conf.in 43 sed -i 's@MANPATH./usr/local/man@#&@g' src/man.conf.in</userinput></screen> 43 44 44 45 <para os="h">Prepare Man for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.