Changeset 0990cf7a for postlfs


Ignore:
Timestamp:
05/30/2004 07:08:32 PM (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:
7edd170
Parents:
2a87a398
Message:

More commas, update Makefile

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

Location:
postlfs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/inputrc.xml

    r2a87a398 r0990cf7a  
    88<application>bash</application> and most other shells.</para>
    99
    10 <para>For more information see <command>info bash</command> -- <emphasis
     10<para>For more information see <command>info bash</command>&mdash;<emphasis
    1111role="strong">Node: Readline Init</emphasis> file as well as
    1212<command>info readline</command>. There is a lot that can be done with this
  • postlfs/config/logon.xml

    r2a87a398 r0990cf7a  
    4242s   Insert the system name, the name of the operating system.
    4343l   Insert the name of the current tty line.
    44 m   Insert the architecture identifier of the machine, e.g. i486
     44m   Insert the architecture identifier of the machine, e.g., i486
    4545n   Insert the nodename of the machine, also known as the hostname.
    4646o   Insert the domainname of the machine.
    47 r   Insert the release number of the kernel, e.g. 2.4.16.
     47r   Insert the release number of the kernel, e.g., 2.4.16.
    4848t   Insert the current time.
    4949u   Insert the number of current users logged in.
    5050U   Insert the string "1 user" or "&lt;n&gt; users" where &lt;n&gt; is the
    5151    number of current users logged in.
    52 v   Insert the version of the <acronym>OS</acronym>, e.g. the build-date etc.</screen>
     52v   Insert the version of the <acronym>OS</acronym>, e.g., the build-date etc.</screen>
    5353
    5454</sect1>
  • postlfs/config/profile.xml

    r2a87a398 r0990cf7a  
    1818
    1919<para>An interactive non-login shell is normally started at the command-line
    20 (e.g.  <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the
     20(e.g.,  <prompt>[prompt]$</prompt><command>/bin/bash</command>) or by the
    2121<command>/bin/su</command> command.  An interactive non-login shell is also
    2222started with a terminal program such as <command>xterm</command> or
     
    5555
    5656<para>For more information on the escape sequences you can use for your prompt
    57 (e.g.  the <envar>PS1</envar> environment variable) see <command>info
     57(e.g.,  the <envar>PS1</envar> environment variable) see <command>info
    5858bash</command> -- <emphasis role="strong">Node: Printing a
    5959Prompt.</emphasis></para>
  • postlfs/filesystems/ext3.xml

    r2a87a398 r0990cf7a  
    2323<para>In the above line, replace
    2424<filename>/dev/hd<replaceable>XX</replaceable></filename> by the
    25 partition (e.g. <filename>/dev/hda2</filename>),
    26 <filename class="directory">/mnt_point</filename> by the mount point (e.g.
     25partition (e.g., <filename>/dev/hda2</filename>),
     26<filename class="directory">/mnt_point</filename> by the mount point (e.g.,
    2727<filename class="directory">/home</filename>). The <option>0</option> in the
    2828last field ensures that the partition will not be checked for
Note: See TracChangeset for help on using the changeset viewer.