aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-14 19:26:45 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-14 19:26:45 +0000
commit3cc70a04da4eb7dbd99789a87011d39a0d3bc615 (patch)
tree98caf479042c7f16083978e8ffadef5c6443c23f /appendixa/gcc-desc.xml
parent36304016c2076dbf1dd08bc8cb0fe51b7e623107 (diff)
Removed all third person-references "you" - "a user" e.g.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index cff8315fe..0e971cd34 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -25,9 +25,10 @@ of these compiler generated object files.
<para>
A pre-processor pre-processes a source file, such as including
-the contents of header files into the source file. You generally don't
-do this yourself to save yourself a lot of time. You just insert a line
-like #include &lt;filename&gt;. The pre-processor file insert the
+the contents of header files into the source file. It's a good idea to
+not
+do this manually to save a lot of time. Someone just inserts a line
+like #include &lt;filename&gt;. The pre-processor inserts the
contents of that file into the source file. That's one of the things a
pre-processor does.
</para>