aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-22 05:18:28 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-22 05:18:28 +0000
commit8eefd021ca7a0b14e46e6bbff2d885ca9da0ea96 (patch)
treedc833d011ec44999f879b29dd843a97c8cc31c71 /Changelog
parent51f8c89040b86811d877f2a476268ecb85dd6c96 (diff)
downloadbusybox-8eefd021ca7a0b14e46e6bbff2d885ca9da0ea96.tar.gz
Fixed version number
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 776f88503..8948f7985 100644
--- a/Changelog
+++ b/Changelog
@@ -5,8 +5,8 @@
* Fixed a segfault in ps when /etc/passwd or /etc/group
are absent. Now will warn you and carry on.
* Added in optional _real_ regular expression support (to be
- the basis for a future sed utility). When compiled in,
- adds 3.9k.
+ the basis for a future sed utility). When compiled in
+ it adds 3.9k, but makes grep much more capable.
* Checked out using nftw(3) for recursive stuff, but unfortunatly
it wasn't supported before GNU libc 2.1, and some folks use
glibc 2.0.7 since it is much smaller than that latest and greatest.