aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/ncurses-desc.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-16 18:09:38 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-16 18:09:38 +0000
commit7d90bd3ad9a841e20e060dab886397b6fc8c968e (patch)
tree86972d95e26c031040babcde5fee49d543f17ae0 /appendixa/ncurses-desc.xml
parentaff91c471bc146b4ac83faec877ca0b4f71d2782 (diff)
Some more You-Fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@331 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/ncurses-desc.xml')
-rw-r--r--appendixa/ncurses-desc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml
index b1746faf5..a8e2c3b9a 100644
--- a/appendixa/ncurses-desc.xml
+++ b/appendixa/ncurses-desc.xml
@@ -15,7 +15,7 @@ programs.
<para>
The libraries that make up the Ncurses library are used to display text
-(often in a fancy way) on your screen. An example where ncurses is used
+(often in a fancy way) on the screen. An example where ncurses is used
is in the kernel's <quote>make menuconfig</quote> process. The libraries
contain routines to create panels, menu's, form and general text display
routines.
@@ -29,7 +29,7 @@ routines.
Tic is the terminfo entry-description compiler. The program translates a
terminfo file from source format into the binary format for use with the
ncurses library routines. Terminfo files contain information about the
-capabilities of your terminal.
+capabilities of a terminal.
</para>
</sect3>
@@ -51,7 +51,7 @@ file (term) in a variety of formats (the opposite of what tic does).
<sect3><title>clear</title>
<para>
-The clear program clears your screen if this is possible. It looks in
+The clear program 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.