From ed454898f7886058cea0154f9a759a3ab236254d Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 14 Feb 2000 18:44:33 +0000 Subject: Formatting fix -Erik git-svn-id: svn://busybox.net/trunk/busybox@372 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Changelog | 6 +++--- 1 file 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. -- cgit v1.2.3-55-g6feb