aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/ncurses-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
commit2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch)
tree6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/ncurses-desc.xml
parentf5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff)
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ncurses-desc.xml')
-rw-r--r--appendixa/ncurses-desc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml
index 6cde000c0..d9e30ef7e 100644
--- a/appendixa/ncurses-desc.xml
+++ b/appendixa/ncurses-desc.xml
@@ -13,15 +13,15 @@ reset (link to tset), tack, tic, toe, tput and tset.</para></sect3>
description.</para></sect4>
<sect4><title>clear</title>
-<para>clear clears the screen if this is possible. It looks in
+<para>clear clears the screen if this is possible. It looks in
the environment for the terminal type and then in the terminfo database
to figure out how to clear the screen.</para></sect4>
<sect4><title>infocmp</title>
<para>infocmp can be used to compare a binary terminfo entry with
other terminfo entries, rewrite a terminfo description to
-take advantage of the use= terminfo field, or print out a
-terminfo description from the binary file (term) in a variety of
+take advantage of the use= terminfo field, or print out a
+terminfo description from the binary file (term) in a variety of
formats (the opposite of what tic does).</para></sect4>
<sect4><title>infotocap</title>
@@ -30,7 +30,7 @@ description.</para></sect4>
<sect4><title>reset</title>
<para>reset sets cooked and echo modes, turns off cbreak and raw modes,
-turns on new-line translation and resets any unset special characters to
+turns on new-line translation and resets any unset special characters to
their default values before doing terminal initialization the same way
as tset.</para></sect4>