summaryrefslogtreecommitdiffstats
path: root/boot/syslinux/syslinux-000-user-headers-from-sysroot.patch
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-05-02 10:02:38 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-02 10:48:45 +0200
commit4109a20beaaacafaa30b3b67e732e78f10352771 (patch)
tree0de5032afa227cd9985e6ddb6f0cf5c98afc79a3 /boot/syslinux/syslinux-000-user-headers-from-sysroot.patch
parent86a415df8a26c0a13af964097ea0a46060a33cb1 (diff)
downloadbuildroot-4109a20beaaacafaa30b3b67e732e78f10352771.tar.gz
buildroot-4109a20beaaacafaa30b3b67e732e78f10352771.zip
manual/configure.txt: fix C++ escaping
For asciidoc, a string like '+these are some words+' will be displayed in monospace font. Such sequences are identified by searching for a matching pair of + signs in the same block. The string 'C++' also contains such + signs. In most cases, this does not pose a problem and no escaping is necessary. However, if 'C++' occurs twice in the same block, the + signs will be matched to each other, and asciidoc formats all text between them as monospaced text. In this case, escaping of one of these 'C++' occurances is necessary to get the right formatting. In one place of the manual, there is a sentence that causes such a problem: "you only have to tell whether your toolchain supports C++ or not and whether it has built-in RPC support. If your external toolchain uses the 'uClibc' library, then you have to tell Buildroot if it supports largefile, IPv6, RPC, wide-char, locale, program invocation, threads and C++." Commit 082dec8ce440236b1477e568f0965f05ad241adb was based on a patch fixing this problem in one place of the manual, but was incorrectly changed while committing. This patch reverts the incorrect changes in that commit, and solves the problem correctly. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/syslinux/syslinux-000-user-headers-from-sysroot.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud