aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-14 18:44:33 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-14 18:44:33 +0000
commitbf5f009862f8dbc6d767c17064380790a047cce1 (patch)
tree2ad38668d3066c0e748f23c7b6dda57b1f362f25 /Changelog
parent08c965a0a10cb28a0be30cf257b0ca9852e7ffef (diff)
downloadbusybox-bf5f009862f8dbc6d767c17064380790a047cce1.tar.gz
Formatting fix
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 3a9d1ff5c..68a11015b 100644
--- a/Changelog
+++ b/Changelog
@@ -90,9 +90,9 @@
- added "skip" and "seek" to dd.
- ls no longer messus up output when combining files and
directories on the command line
- * swapoff -a was not working. Now it is. init did not cleanly unmount
- * filesystems on reboot. Now it does. "sed -ne s/foo/bar/" worked but
- * "sed -n -e s/foo/bar/" didn't.
+ * swapoff -a was not working. Now it is.
+ * init did not cleanly unmount filesystems on reboot. Now it does.
+ * "sed -ne s/foo/bar/" worked but "sed -n -e s/foo/bar/" didn't.
Now both work.
* Some architectures (PowerPc) assume chars are unsigned, so they could
not distinguish between EOF and '\0xFF' in sed. Sed now uses ints.