summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-10-17 10:34:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-23 17:30:38 +0100
commit25b88e7072940b6518d05405117144d585fd71a5 (patch)
treefed7ee399375ff4c55af17d66d002e8578254b84
parentaafa34cda5657014612e8f2ba00ff25f340ec64f (diff)
downloadpoky-25b88e7072940b6518d05405117144d585fd71a5.tar.gz
ref-manual: Updated the BUSYBOX_SPLIT_SUID variable.
Fixes [YOCTO #13596] (From yocto-docs rev: e6c9e9511221d47397e97e26d9f7002d4b918dce) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 676769b9f1..578d96f1a7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2182,9 +2182,10 @@
2182 2182
2183 <para> 2183 <para>
2184 The <filename>BUSYBOX_SPLIT_SUID</filename> variable 2184 The <filename>BUSYBOX_SPLIT_SUID</filename> variable
2185 defaults to "1", which results in a single output 2185 defaults to "1", which results in splitting the output
2186 executable file. 2186 executable file.
2187 Set the variable to "0" to split the output file. 2187 Set the variable to "0" to get a single output executable
2188 file.
2188 </para> 2189 </para>
2189 </glossdef> 2190 </glossdef>
2190 </glossentry> 2191 </glossentry>