Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
193b7dd
Parents:
b8fddc7
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

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

    rb8fddc7 re6423a01  
    5252    <para os="f">Prepare Man for compilation:</para>
    5353
    54 <screen><userinput>./configure -confdir=/etc</userinput></screen>
    55 
    56     <variablelist os="g">
     54<screen os="g"><userinput>./configure -confdir=/etc</userinput></screen>
     55
     56    <variablelist os="h">
    5757      <title>The meaning of the configure options:</title>
    5858
     
    6767    </variablelist>
    6868
    69     <para os="h">Compile the package:</para>
    70 
    71 <screen os="i"><userinput>make</userinput></screen>
    72 
    73     <para os="j">Install the package:</para>
    74 
    75 <screen os="k"><userinput>make install</userinput></screen>
    76 
    77     <note os="l">
     69    <para os="i">Compile the package:</para>
     70
     71<screen os="j"><userinput>make</userinput></screen>
     72
     73    <para os="k">Install the package:</para>
     74
     75<screen os="l"><userinput>make install</userinput></screen>
     76
     77    <note os="m">
    7878      <para>If you will be working on a terminal that does not support
    7979      text attributes such as color and bold, you can disable Select
     
    8686    </note>
    8787
    88     <para os="m">If the character set of the locale uses 8-bit characters, search
     88    <para os="n">If the character set of the locale uses 8-bit characters, search
    8989    for the line beginning with <quote>NROFF</quote> in
    9090    <filename>/etc/man.conf</filename>, and verify that it matches the
    9191    following:</para>
    9292
    93 <screen os="n">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
    94 
    95     <para os="o">Note that <quote>latin1</quote> should be used even if it is not
     93<screen os="o">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>
     94
     95    <para os="p">Note that <quote>latin1</quote> should be used even if it is not
    9696    the character set of the locale. The reason is that, according to the
    9797    specification, <command>groff</command> has no means of typesetting
     
    105105    it is usable as the input for a pager.</para>
    106106
    107     <para os="p">This does not solve the problem of a non-working
     107    <para os="q">This does not solve the problem of a non-working
    108108    <command>man2dvi</command> program for localized man pages in
    109109    non-ISO 8859-1 locales. Also, it does not work with multibyte
     
    112112    not support multibyte character sets.</para>
    113113
    114     <para os="q">Additional information with regards to the compression of
     114    <para os="r">Additional information with regards to the compression of
    115115    man and info pages can be found in the BLFS book at
    116116    <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/>.</para>
Note: See TracChangeset for help on using the changeset viewer.