diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-17 09:25:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-04-17 09:25:42 +0000 |
commit | 8807fbe9d1b6e331a2600d18a71bddc2d0d85dc2 (patch) | |
tree | d0cbe1e5c24aeffe958da1fd65f9eb5235891c04 | |
parent | 06e7f6e35b565acd8f1e019bb436e85a79b4cacd (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4980 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/less.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/less.xml b/chapter06/less.xml index 917fe05e8..33828d2a5 100644 --- a/chapter06/less.xml +++ b/chapter06/less.xml @@ -65,7 +65,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <varlistentry id="less"> <term><command>less</command></term> <listitem> -<para>a file viewer or pager; it displays the contents of the given +<para>A file viewer or pager; it displays the contents of the given file, letting the user scroll, find strings, and jump to marks</para> <indexterm zone="ch-system-less less"><primary sortas="b-less">less</primary></indexterm> </listitem> @@ -74,7 +74,7 @@ file, letting the user scroll, find strings, and jump to marks</para> <varlistentry id="lessecho"> <term><command>lessecho</command></term> <listitem> -<para>needed to expand meta-characters, such as <emphasis>*</emphasis> +<para>Needed to expand meta-characters, such as <emphasis>*</emphasis> and <emphasis>?</emphasis>, in filenames on Unix systems</para> <indexterm zone="ch-system-less lessecho"><primary sortas="b-lessecho">lessecho</primary></indexterm> </listitem> @@ -83,7 +83,7 @@ and <emphasis>?</emphasis>, in filenames on Unix systems</para> <varlistentry id="lesskey"> <term><command>lesskey</command></term> <listitem> -<para>used to specify the key bindings for <command>less</command></para> +<para>Used to specify the key bindings for <command>less</command></para> <indexterm zone="ch-system-less lesskey"><primary sortas="b-lesskey">lesskey</primary></indexterm> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index 5b0a22521..2e793caef 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050416"> -<!ENTITY releasedate "April 16, 2005"> +<!ENTITY version "SVN-20050417"> +<!ENTITY releasedate "April 17, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |