diff options
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index dfb897d5f..18bdc5151 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -156,7 +156,7 @@ config FEATURE_COPYBUF_KB | |||
156 | range 1 1024 | 156 | range 1 1024 |
157 | default 4 | 157 | default 4 |
158 | help | 158 | help |
159 | Size of buffer used by cp, mv, install etc. | 159 | Size of buffer used by cp, mv, install, wget etc. |
160 | Buffers which are 4 kb or less will be allocated on stack. | 160 | Buffers which are 4 kb or less will be allocated on stack. |
161 | Bigger buffers will be allocated with mmap, with fallback to 4 kb | 161 | Bigger buffers will be allocated with mmap, with fallback to 4 kb |
162 | stack buffer if mmap fails. | 162 | stack buffer if mmap fails. |