diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 09:17:48 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 09:17:48 (GMT) |
| commit | 37a316677c233c766395f096dc02a6f7e3e4fff2 (patch) | |
| tree | b63ed7906c183ae4a5cd1c66cc0b4fc6f8062660 | |
| parent | b234972c8ceaed22e542a0d0d46a16d0837cefa5 (diff) | |
| download | busybox-website-37a316677c233c766395f096dc02a6f7e3e4fff2.tar.gz busybox-website-37a316677c233c766395f096dc02a6f7e3e4fff2.tar.bz2 | |
language corrections
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -113,7 +113,7 @@ <li>depmod: fix handling of .gz modules</li> <li>df: fix "df /"</li> <li>dmesg: try to detect buffer size</li> - <li>dpkg: delete postrm script after it's run, not before. Fixes bug 449</li> + <li>dpkg: delete postrm script after it has been run, not before. Fixes bug 449</li> <li>fdisk: add handling of avr32. Fixes bug 555</li> <li>ftpd: allow multiple -S options to increase verbosity too, like -v</li> <li>ftpd: fix a case when with -w unknown commands are ignored with no error code</li> @@ -129,7 +129,7 @@ <li>hush: allow umask to take symbolic modes</li> <li>hush: disallow "{echo hi; }" (require whitespace) and "{ echo hi }" (require semicolon or &)</li> <li>hush: do not process options after non-option args</li> - <li>hush: export -n support</li> + <li>hush: "export -n" support</li> <li>hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" corner case</li> <li>hush: fix "if { echo foo; } then { echo bar; } fi" parsing</li> <li>hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output</li> @@ -139,7 +139,7 @@ <li>hush: fix a case when backgrounded command makes shell hang</li> <li>hush: fix a segfault in export builtin</li> <li>hush: fix wrong handling of \x in assignments</li> - <li>hush: fix bug where in "var=val func" var's value is not visible in func</li> + <li>hush: fix a bug where in "var=val func" var's value is not visible in func</li> <li>hush: fix handling of unterminated subshell: (*eof*. Fixes bug 229</li> <li>hush: fix handling of } which is not a closing one in { cmd; }</li> <li>hush: fix multiple redirections of the same fd. Fixes bug 227</li> |
