aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/ncurses-desc.xml
diff options
context:
space:
mode:
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.