Changeset e5846ef for chapter06/man.xml


Ignore:
Timestamp:
06/30/2005 05:53:21 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4d938ef
Parents:
7efa3be
Message:

Round 2 of several minor wording changes in chapter 6 (matt).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/man.xml

    r7efa3be re5846ef  
    6969<screen><userinput>make install</userinput></screen>
    7070
    71 <note><para>To disable Select Graphic Rendition (SGR) escape
    72 sequences, edit the <filename>man.conf</filename> file and
    73 add the <parameter>-c</parameter> switch to
    74 the <envar>NROFF</envar> variable.</para></note>
     71<note><para>If you will be working on a terminal that does not support text
     72attributes such as color and bold, you can disable Select Graphic Rendition
     73(SGR) escape sequences by editing the <filename>man.conf</filename> file and
     74adding the <parameter>-c</parameter> option to the <envar>NROFF</envar>
     75variable. If you use multiple terminal types for one computer it may be better
     76to selectively add the <envar>GROFF_NO_SGR</envar> environment variable for the
     77terminals that do not support SGR.</para></note>
    7578
    76 <para>If the character set uses 8-bit characters, search for the line
    77 beginning with <quote>NROFF</quote> in
    78 <filename>/etc/man.conf</filename>, and verify that it looks as
    79 follows:</para>
     79<para>If the character set of the locale uses 8-bit characters, search for the
     80line beginning with <quote>NROFF</quote> in <filename>/etc/man.conf</filename>,
     81and verify that it looks as follows:</para>
    8082
    8183<screen>NROFF  /usr/bin/nroff -Tlatin1 -mandoc</screen>
Note: See TracChangeset for help on using the changeset viewer.