aboutsummaryrefslogtreecommitdiff
path: root/libbb/common_bufsiz.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 20:49:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-15 20:49:32 +0200
commita3df2fa5250730c84ea0e5ad839f44435888818e (patch)
treefec8ea72b27f8ef1f379edd03dcb24220aac01f3 /libbb/common_bufsiz.c
parent2c1258c620c5847649367394439cc10d0331d211 (diff)
downloadbusybox-a3df2fa5250730c84ea0e5ad839f44435888818e.tar.gz
config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu
Tweak a few help texts while at it Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/common_bufsiz.c')
-rw-r--r--libbb/common_bufsiz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/common_bufsiz.c b/libbb/common_bufsiz.c
index 2847eb57d..f1124ba0e 100644
--- a/libbb/common_bufsiz.c
+++ b/libbb/common_bufsiz.c
@@ -19,6 +19,7 @@
//config:
//config: At link time, "text" is padded to a full page. At runtime, all "text"
//config: pages are mapped RO and executable.
+//config:
//config: "Data" starts on the next page boundary, but is not padded
//config: to a full page at the end. "Bss" starts wherever "data" ends.
//config: At runtime, "data" pages are mapped RW and they are file-backed