Changeset 853ae568


Ignore:
Timestamp:
07/22/2005 10:59:56 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
349b53dd
Parents:
615b431
Message:

Minor textual changes to the '/etc/shells', 'compressdoc' and 'Random Number Generation' sections of Chapter 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4763 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/compressdoc.xml

    r615b431 r853ae568  
    2020  </indexterm>
    2121
    22   <para>Man and info reader programs can transparently process gzip'ed or
    23   bzip2'ed pages, a feature you can use to free some disk space while keeping
     22  <para>Man and info reader programs can transparently process files compressed
     23  with <command>gzip</command> or <command>bzip2</command>, a feature you can
     24  use to free some disk space while keeping
    2425  your documentation available. However, things are not that simple; man
    2526  directories tend to contain links&mdash;hard and symbolic&mdash;which defeat
     
    497498chmod 755 /usr/sbin/compressdoc</userinput></screen>
    498499
    499   <para>Now, as <systemitem class="username">root</systemitem>, you can issue a
    500   <command>compressdoc --bz2</command> to compress all your system man
     500  <para>Now, as <systemitem class="username">root</systemitem>, you can issue
     501  the command <command>compressdoc --bz2</command> to compress all your system man
    501502  pages. You can also run <command>compressdoc --help</command> to get
    502503  comprehensive help about what the script is able to do.</para>
    503504
    504505  <para> Don't forget that a few programs, like the <application>X Window
    505   System</application>  and <application>XEmacs</application> also
    506   install their documentation in non standard places (such as
    507   <filename class="directory">/usr/X11R6/man</filename>, etc...). Be sure
    508   to add these locations to the file <filename>/etc/man.conf</filename>, as a
    509   <envar>MANPATH</envar>=<replaceable>[/path]</replaceable> section.</para>
     506  System</application> and <application>XEmacs</application> also
     507  install their documentation in non-standard places (such as
     508  <filename class="directory">/usr/X11R6/man</filename>, etc.). Be sure
     509  to add these locations to the file <filename>/etc/man.conf</filename>, as
     510  <envar>MANPATH</envar> <replaceable>[/path]</replaceable> lines.</para>
    510511
    511512  <para> Example:</para>
    512513
    513514<screen><literal>    ...
    514     MANPATH=/usr/share/man
    515     MANPATH=/usr/local/man
    516     MANPATH=/usr/X11R6/man
    517     MANPATH=/opt/qt/doc/man
     515    MANPATH /usr/share/man
     516    MANPATH /usr/local/man
     517    MANPATH /usr/X11R6/man
     518    MANPATH /opt/qt/doc/man
    518519    ...</literal></screen>
    519520
     
    523524  after upgrading a package is safe; when you have several versions of a page
    524525  (for example, one compressed and one uncompressed), the most recent one is kept
    525   and the others deleted.</para>
     526  and the others are deleted.</para>
    526527
    527528</sect1>
    528 
  • postlfs/config/etcshells.xml

    r615b431 r853ae568  
    2323  login shells on the system. Applications use this file to determine
    2424  whether a shell is valid. For each shell a single line should be
    25   present, consisting of the shell's path, relative to root.</para>
     25  present, consisting of the shell's path, relative to the root of the
     26  directory structure (/).</para>
    2627
    2728  <para>For example, this file is consulted by <command>chsh</command>
     
    3233  <para>It is a requirement for applications such as
    3334  <application>GDM</application> which does not populate the
    34   face browser if it can't find <filename>/etc/shells</filename> or
     35  face browser if it can't find <filename>/etc/shells</filename>, or
    3536  FTP daemons which traditionally disallow access to users
    3637  with shells not included in this file.</para>
  • postlfs/config/random.xml

    r615b431 r853ae568  
    2727
    2828  <para>When a Linux system starts up without much operator interaction, the
    29   entropy pool, data used to compute a random number, may be in a fairly
     29  entropy pool (data used to compute a random number) may be in a fairly
    3030  predictable state.  This creates the real possibility that the number generated
    3131  at startup may always be the same.  In order to counteract this effect,
     
    3939
    4040</sect1>
    41 
Note: See TracChangeset for help on using the changeset viewer.