Changeset 1ea79a1 for postlfs/config


Ignore:
Timestamp:
05/30/2004 05:30:47 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1dad4a4
Parents:
4ea49a31
Message:

Typos and punctuation

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

Location:
postlfs/config
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/bootdisk.xml

    r4ea49a31 r1ea79a1  
    7272compiler for this kernel.  If you do so, don't overlook any loadable
    7373modules (which are not addressed here) you might need - they need to be
    74 compiled with same compiler used to make the kernel.</para>
     74compiled with the same compiler used to make the kernel.</para>
    7575
    7676<para>The rescue image must include support for the file system of your
     
    407407<screen><userinput><command>mv GNUmakefile Makefile &amp;&amp;
    408408make &amp;&amp;
    409 make PREFIX=/mnt/loop1 install &amp;&amp;</command></userinput></screen>
     409make PREFIX=/mnt/loop1 install</command></userinput></screen>
    410410
    411411<para><emphasis>Install part of <application>e2fsprogs</application></emphasis></para>
     
    496496
    497497<screen><userinput><command>strip -p --strip-unneeded --remove-section=.comment \
    498 &nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/libc.so.6 /lib/libc-2.3.2.so &amp;&amp;
     498&nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/libc.so.6 /lib/libc-2.3.3.so &amp;&amp;
    499499strip -p --strip-unneeded --remove-section=.comment \
    500 &nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/ld-linux.so.2 /lib/ld-2.3.2.so &amp;&amp;
     500&nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/ld-linux.so.2 /lib/ld-2.3.3.so &amp;&amp;
    501501strip -p --strip-unneeded --remove-section=.comment \
    502 &nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/libdl.so.2 /lib/libdl-2.3.2.so &amp;&amp;
     502&nbsp;&nbsp;&nbsp;&nbsp;-o /mnt/loop1/lib/libdl.so.2 /lib/libdl-2.3.3.so &amp;&amp;
    503503chmod 555 /mnt/loop1/lib/{libc.so.6,ld-linux.so.2,libdl.so.2}</command></userinput></screen> 
    504504
  • postlfs/config/compressdoc.xml

    r4ea49a31 r1ea79a1  
    66bzip2'ed pages, a feature you can use to free some disk space while keeping
    77your documentation available. However, things are not that simple: man
    8 directories tend to contain links - hard and symbolic - which defeat simple
     8directories tend to contain links&mdash;hard and symbolic&mdash;which defeat simple
    99ideas like recursively calling <command>gzip</command> on them. A better way
    1010to go is to use the script below.
     
    460460<command>compressdoc --bz2</command> to compress all your system man
    461461pages. You can also run <command>compressdoc --help</command> to get
    462 a comprehensive help about what the script is able to do.</para>
     462comprehensive help about what the script is able to do.</para>
    463463
    464464<para> Don't forget that a few programs, like the <application>X</application>
    465 Window system, <application>XEmacs</application>, also install their
     465Window system and <application>XEmacs</application> also install their
    466466documentation in non standard places (such as <filename class="directory">
    467 /usr/X11R6/man</filename>, etc...). Don't forget to add those locations in the
     467/usr/X11R6/man</filename>, etc...). Be sure to add these locations to the
    468468file <filename>/etc/man.conf</filename>, as a
    469469<envar>MANPATH</envar>=<replaceable>/path</replaceable> section.</para>
  • postlfs/config/inputrc.xml

    r4ea49a31 r1ea79a1  
    55<para><filename>Inputrc</filename> deals with the mapping of the keyboard for
    66certain situations.  This file is the start-up file used by
    7 <application>readline</application> - the input related library used by
    8 <application>Bash</application> and most other shells.</para>
     7<application>readline</application>&mdash;the input related library used by
     8<application>bash</application> and most other shells.</para>
    99
    1010<para>For more information see <command>info bash</command> -- <emphasis
  • postlfs/config/netfs.xml

    r4ea49a31 r1ea79a1  
    44
    55<para>While <acronym>LFS</acronym> is capable of mounting network file
    6 systems such as <acronym>NFS</acronym> these are not mounted by
    7 <filename>mountfs</filename> init script since the tools needed to mount
    8 these systems may not be available on the root partition and also since
    9 network file systems need to be mounted after the networking is on and
    10 need to be unmounted before the network goes down.</para>
     6systems such as <acronym>NFS</acronym> these are not mounted by the
     7<filename>mountfs</filename> init script.  The tools needed to mount
     8these systems may not be available on the root partition and the
     9network file systems need to be mounted after the networking is activated.
     10These file systems also need to be unmounted before the network goes down.</para>
    1111
    1212<para>Install the <filename>/etc/rc.d/init.d/netfs</filename>
  • postlfs/config/skel.xml

    r4ea49a31 r1ea79a1  
    5353<para><emphasis>/etc/skel</emphasis></para>
    5454
    55 <para>To get started create an <filename class="directory">/etc/skel</filename> directory
     55<para>To get started, create an <filename class="directory">/etc/skel</filename> directory
    5656and make sure it is writable only by the system administrator, usually
    5757root. Creating the directory as root is the best way to go.</para>
     
    9595<para><emphasis>When Adding a User</emphasis></para>
    9696
    97 <para>When adding a new user with <command>useradd</command> use
     97<para>When adding a new user with <command>useradd</command>, use
    9898the <option>-m</option> parameter, which tells
    9999<command>useradd</command> to create the user's home directory and
  • postlfs/config/vimrc.xml

    r4ea49a31 r1ea79a1  
    33<title>/etc/vimrc, ~/.vimrc</title>
    44
    5 <para>The <acronym>LFS</acronym> book installs
    6 <application>vim</application> as its editor.  At this point we should
    7 state that there are a <emphasis>lot</emphasis> of different editors out
    8 there including <application>emacs</application>,
    9 <application>nano</application>, <application>joe</application> and many
    10 more.  Anyone who has been around the Internet (especially usenet) for a
    11 short time will certainly have observed at least one flame war, usually
    12 involving <application>vim</application> and
     5<para>The <acronym>LFS</acronym> book installs <application>vim</application>
     6as its text editor.  At this point we should state that there are a
     7<emphasis>lot</emphasis> of different editing applications out there including
     8<application>emacs</application>, <application>nano</application>,
     9<application>joe</application> and many more.  Anyone who has been around the
     10Internet (especially usenet) for a short time will certainly have observed at
     11least one flame war, usually involving <application>vim</application> and
    1312<application>emacs</application> users!</para>
    1413
     
    2928the file from <filename>/etc/skel/.vimrc</filename> to
    3029<filename>/etc/vimrc</filename> and the home directory of users already
    31 on the system, like root. Be sure to set permissions, owner and group if
     30on the system, like root. Be sure to set permissions, owner, and group if
    3231you do copy anything directly from <filename>/etc/skel</filename>.</para>
    3332
Note: See TracChangeset for help on using the changeset viewer.