diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-15 20:15:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-15 20:15:27 +0000 |
commit | 57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8 (patch) | |
tree | 96926ee0a5b30da3b8af0113daa08a8f52bfed32 | |
parent | 1dba30f2def3a9d2d476a6035a4d8fc4fa2281f0 (diff) | |
download | busybox-w32-57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8.tar.gz busybox-w32-57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8.tar.bz2 busybox-w32-57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8.zip |
even more of help text fixes
-rw-r--r-- | loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index fcdc318c8..c3c8dd513 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -71,7 +71,7 @@ config USE_BB_CRYPT | |||
71 | DES encryption/decryption. | 71 | DES encryption/decryption. |
72 | 72 | ||
73 | For busybox, having large static buffers is undesirable, | 73 | For busybox, having large static buffers is undesirable, |
74 | especially so on NOMMU machines. Busybox also doesn't | 74 | especially on NOMMU machines. Busybox also doesn't |
75 | need DES encryption/decryption and can do with smaller code. | 75 | need DES encryption/decryption and can do with smaller code. |
76 | 76 | ||
77 | If you enable this option, it will add about 4.8k of code | 77 | If you enable this option, it will add about 4.8k of code |