Ignore:
Timestamp:
07/22/2005 08:07:57 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:
853ae568
Parents:
ba0deaad
Message:

Minor textual updates to the '/etc/vimrc' and '/etc/issue' sections of Chapter 3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/logon.xml

    rba0deaad r615b431  
    2727
    2828  <para>The <filename>/etc/issue</filename> file is a plain text file
    29   which will also accept certain Escape sequences (see below) in order to
     29  which will also accept certain escape sequences (see below) in order to
    3030  insert information about the system.  There is also the file
    3131  <filename>issue.net</filename> which can be used when logging on remotely.
    3232  <command>ssh</command> however, will only use it if you set the option in the
    33   configuration file and will also <emphasis>not</emphasis> interpret the
     33  configuration file and will <emphasis>not</emphasis> interpret the
    3434  escape sequences shown below.</para>
    3535
    36   <para>One of the most common things which people want to do is to clear
     36  <para>One of the most common things which people want to do is clear
    3737  the screen at each logon.  The easiest way of doing that is to put a "clear"
    38   escape-sequence into <filename>/etc/issue</filename>.  A simple way of
    39   doing this is to do <command>clear &gt; /etc/issue</command>.
     38  escape sequence into <filename>/etc/issue</filename>.  A simple way of
     39  doing this is to issue the command <command>clear &gt; /etc/issue</command>.
    4040  This will insert the relevant escape code into the start of the
    4141  <filename>/etc/issue</filename> file.  Note that if you do this, when you
    4242  edit the file, you should leave the ^[c character on the first line alone.</para>
    4343
    44   <para>The following escapes are recognized by <command>agetty</command>
     44  <para>The following escape sequences are recognized by <command>agetty</command>
    4545  (the program which usually parses <filename>/etc/issue</filename>).  This
    4646  information is from <command>man agetty</command> where you can find
     
    5757s   Insert the system name, the name of the operating system.
    5858l   Insert the name of the current tty line.
    59 m   Insert the architecture identifier of the machine, e.g., i486
     59m   Insert the architecture identifier of the machine, e.g., i686.
    6060n   Insert the nodename of the machine, also known as the hostname.
    6161o   Insert the domainname of the machine.
    62 r   Insert the release number of the kernel, e.g., 2.4.16.
     62r   Insert the release number of the kernel, e.g., 2.6.11.12.
    6363t   Insert the current time.
    6464u   Insert the number of current users logged in.
     
    6868
    6969</sect1>
    70 
Note: See TracChangeset for help on using the changeset viewer.