From 67f6db6b2768e9af44132b0a11fbadf15c330283 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Jan 2017 16:27:37 +0100 Subject: wget: add a big explanation what TLS code implements and what does not Signed-off-by: Denys Vlasenko --- shell/Config.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/Config.src') diff --git a/shell/Config.src b/shell/Config.src index 6a7e12aa7..ccb1b15fe 100644 --- a/shell/Config.src +++ b/shell/Config.src @@ -123,9 +123,9 @@ config FEATURE_SH_STANDALONE This is implemented by re-execing /proc/self/exe (typically) with right parameters. - However, there are drawbacks: it is problematic in chroot jails without - mounted /proc, and ps/top may show command name as 'exe' for applets - started this way. + However, there are drawbacks: it is problematic in chroot jails + without mounted /proc, and ps/top may show command name as 'exe' + for applets started this way. config FEATURE_SH_NOFORK bool "Run 'nofork' applets directly" -- cgit v1.2.3