Changeset d11b860 in clfs-sysroot


Ignore:
Timestamp:
Nov 25, 2006, 8:39:07 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
902b43c
Parents:
e4f6ff4
Message:

Remove obsolete command from man instructions

Location:
BOOK
Files:
2 edited

Legend:

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

    re4f6ff4 rd11b860  
    5050    src/man.conf.in.orig &gt; src/man.conf.in</userinput></screen>
    5151
    52     <para os="f">Finally, correct a syntax error in the
    53     <command>makewhatis</command> script:</para>
    54 
    55 <screen os="g"><userinput>cp src/makewhatis.sh{,.orig}
    56 sed 's@)) |@) |@' src/makewhatis.sh.orig &gt; src/makewhatis.sh</userinput></screen>
    57 
    58     <para os="h">Prepare Man for compilation:</para>
    59 
    60 <screen os="i"><userinput>./configure -confdir=/etc</userinput></screen>
    61 
    62     <variablelist os="j">
     52    <para os="f">Prepare Man for compilation:</para>
     53
     54<screen os="g"><userinput>./configure -confdir=/etc</userinput></screen>
     55
     56    <variablelist os="h">
    6357      <title>The meaning of the configure options:</title>
    6458
     
    7367    </variablelist>
    7468
    75     <para os="k">Configure was modified to look in <filename
     69    <para os="i">Configure was modified to look in <filename
    7670    class="directory">${CLFS}</filename> for the paths of helper
    7771    programs. Right now all of the programs have <filename
     
    7973    with the following command:</para>
    8074
    81 <screen os="l"><userinput>cp conf_script{,.orig}
     75<screen os="j"><userinput>cp conf_script{,.orig}
    8276sed "s@${CLFS}@@" conf_script.orig &gt; conf_script</userinput></screen>
    8377
    84     <para os="m">Build makemsg using the hosts gcc. It is executed during the build:</para>
    85 
    86 <screen os="n"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen>
    87 
    88     <para os="o">Compile the package:</para>
    89 
    90 <screen os="p"><userinput>make</userinput></screen>
    91 
    92     <para os="q">Install the package:</para>
    93 
    94 <screen os="r"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    95 
    96     <note os="s">
     78    <para os="k">Build makemsg using the hosts gcc. It is executed during the build:</para>
     79
     80<screen os="l"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen>
     81
     82    <para os="m">Compile the package:</para>
     83
     84<screen os="n"><userinput>make</userinput></screen>
     85
     86    <para os="o">Install the package:</para>
     87
     88<screen os="p"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     89
     90    <note os="q">
    9791      <para>If you will be working on a terminal that does not support
    9892      text attributes such as color and bold, you can disable Select
     
    10599    </note>
    106100
    107     <para os="t">If the character set of the locale uses 8-bit characters, search
     101    <para os="r">If the character set of the locale uses 8-bit characters, search
    108102    for the line beginning with <quote>NROFF</quote> in
    109103    <filename>/etc/man.conf</filename>, and verify that it matches the
    110104    following:</para>
    111105
    112 <screen os="u">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
    113 
    114     <para os="v">Note that <quote>latin1</quote> should be used even if it is not
     106<screen os="s">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
     107
     108    <para os="t">Note that <quote>latin1</quote> should be used even if it is not
    115109    the character set of the locale. The reason is that, according to the
    116110    specification, <command>groff</command> has no means of typesetting
     
    124118    it is usable as the input for a pager.</para>
    125119
    126     <para os="w">This does not solve the problem of a non-working
     120    <para os="u">This does not solve the problem of a non-working
    127121    <command>man2dvi</command> program for localized man pages in
    128122    non-ISO 8859-1 locales. Also, it does not work with multibyte
     
    131125    not support multibyte character sets.</para>
    132126
    133     <para os="x">Additional information with regards to the compression of
     127    <para os="v">Additional information with regards to the compression of
    134128    man and info pages can be found in the BLFS book at
    135129    <ulink url="&blfs-root;view/svn/postlfs/compressdoc.html"/>.</para>
  • BOOK/introduction/common/changelog.xml

    re4f6ff4 rd11b860  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>November 25, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed obsolete command from man instructions as
     44          the problem it addresses was fixed in the latest man version).</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
Note: See TracChangeset for help on using the changeset viewer.