wget: add a big explanation what TLS code implements and what does not

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-01-30 16:27:37 +01:00
parent 35b54a3c24
commit 67f6db6b27
2 changed files with 36 additions and 3 deletions

View File

@ -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"