diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-14 18:44:33 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-14 18:44:33 +0000 |
commit | ed454898f7886058cea0154f9a759a3ab236254d (patch) | |
tree | 2ad38668d3066c0e748f23c7b6dda57b1f362f25 | |
parent | 21b372356c57f98bb27bd0c55cf713524d968e72 (diff) | |
download | busybox-w32-ed454898f7886058cea0154f9a759a3ab236254d.tar.gz busybox-w32-ed454898f7886058cea0154f9a759a3ab236254d.tar.bz2 busybox-w32-ed454898f7886058cea0154f9a759a3ab236254d.zip |
Formatting fix
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@372 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -90,9 +90,9 @@ | |||
90 | - added "skip" and "seek" to dd. | 90 | - added "skip" and "seek" to dd. |
91 | - ls no longer messus up output when combining files and | 91 | - ls no longer messus up output when combining files and |
92 | directories on the command line | 92 | directories on the command line |
93 | * swapoff -a was not working. Now it is. init did not cleanly unmount | 93 | * swapoff -a was not working. Now it is. |
94 | * filesystems on reboot. Now it does. "sed -ne s/foo/bar/" worked but | 94 | * init did not cleanly unmount filesystems on reboot. Now it does. |
95 | * "sed -n -e s/foo/bar/" didn't. | 95 | * "sed -ne s/foo/bar/" worked but "sed -n -e s/foo/bar/" didn't. |
96 | Now both work. | 96 | Now both work. |
97 | * Some architectures (PowerPc) assume chars are unsigned, so they could | 97 | * Some architectures (PowerPc) assume chars are unsigned, so they could |
98 | not distinguish between EOF and '\0xFF' in sed. Sed now uses ints. | 98 | not distinguish between EOF and '\0xFF' in sed. Sed now uses ints. |