diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-14 19:26:45 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-14 19:26:45 +0000 |
commit | 3cc70a04da4eb7dbd99789a87011d39a0d3bc615 (patch) | |
tree | 98caf479042c7f16083978e8ffadef5c6443c23f /appendixa/binutils-desc.xml | |
parent | 36304016c2076dbf1dd08bc8cb0fe51b7e623107 (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/binutils-desc.xml')
-rw-r--r-- | appendixa/binutils-desc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml index 776b5bfdc..486bb07be 100644 --- a/appendixa/binutils-desc.xml +++ b/appendixa/binutils-desc.xml @@ -146,7 +146,8 @@ modified copies under different names. <sect3><title>c++filt</title> <para> -The C++ language provides function overloading, which means that you can +The C++ language provides function overloading, which means that it is +possible to write many functions with the same name (providing each takes parameters of different types). All C++ function names are encoded into a low-level assembly label (this process is known as mangling). The c++filt program |