summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-05-02 12:49:28 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-02 14:58:15 +0200
commit5e3cb35737066534a9588c72aac1808305d635f4 (patch)
treeefff9825c342e3642faa79287f63a06fabd1261f /docs/manual
parenta8dc41442506d84a8b335280312d9652907290d4 (diff)
downloadbuildroot-5e3cb35737066534a9588c72aac1808305d635f4.tar.gz
buildroot-5e3cb35737066534a9588c72aac1808305d635f4.zip
manual: fix C++ support in libc case, fix indentation
The manual has this sentence for the dependency on a C library *and* a toolchain feature: foo needs an (e)glibc toolchain, or foo needs an (e)glibc toolchain w/ C++ support And then, just below, the comment text for C++ is just 'C++', not 'C++ support'. Fix that, and add a bit of indentation too. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/adding-packages-directory.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index 5d4d5d9f0b..3cf3afaf41 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -227,10 +227,10 @@ use in the comment.
* C library
** Dependency symbol: +BR2_TOOLCHAIN_USES_GLIBC+,
-+BR2_TOOLCHAIN_USES_UCLIBC+
+ +BR2_TOOLCHAIN_USES_UCLIBC+
** Comment string: for the C library, a slightly different comment text
is used: +foo needs an (e)glibc toolchain+, or `foo needs an (e)glibc
- toolchain w/ C++ support`
+ toolchain w/ C++`
* C++ support
** Dependency symbol: +BR2_INSTALL_LIBSTDCPP+
OpenPOWER on IntegriCloud