diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-03-28 22:24:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 09:30:50 +0100 |
commit | c09dda8e56bcae694e9e06fd1056df5ad5a53cdd (patch) | |
tree | e7d4e5640c13fd036d7dbe6c2fb4f49aee2566df /docs/manual/faq-troubleshooting.txt | |
parent | 6167a2cac6a28659b52a6ec5ba3369758fd959fc (diff) | |
download | buildroot-c09dda8e56bcae694e9e06fd1056df5ad5a53cdd.tar.gz buildroot-c09dda8e56bcae694e9e06fd1056df5ad5a53cdd.zip |
manual: fix typo in abbreviation 'i.e.'
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/faq-troubleshooting.txt')
-rw-r--r-- | docs/manual/faq-troubleshooting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt index a5079e341d..473b0e283b 100644 --- a/docs/manual/faq-troubleshooting.txt +++ b/docs/manual/faq-troubleshooting.txt @@ -138,7 +138,7 @@ is much more complicated than that: * When a package is unselected from the configuration, it is not sufficient to remove just the files it installed. One must also - remove all its reverse dependencies (i.e packages relying on it) + remove all its reverse dependencies (i.e. packages relying on it) and rebuild all those packages. For example, package A depends optionally on the OpenSSL library. Both are selected, and Buildroot is built. Package A is built with crypto support using OpenSSL. |