aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a3a725a5d..b940e357a 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ Using busybox:
44 run (I.E. "./busybox ls -l /proc"). 44 run (I.E. "./busybox ls -l /proc").
45 45
46 The "standalone shell" mode is an easy way to try out busybox; this is a 46 The "standalone shell" mode is an easy way to try out busybox; this is a
47 command shell that calls the builtin applets without needing them to be 47 command shell that calls the built-in applets without needing them to be
48 installed in the path. (Note that this requires /proc to be mounted, if 48 installed in the path. (Note that this requires /proc to be mounted, if
49 testing from a boot floppy or in a chroot environment.) 49 testing from a boot floppy or in a chroot environment.)
50 50
@@ -169,7 +169,7 @@ Portability:
169 MacOS X, Solaris, Cygwin, or the BSD Fork Du Jour). This generally involves 169 MacOS X, Solaris, Cygwin, or the BSD Fork Du Jour). This generally involves
170 a different kernel and a different C library at the same time. While it 170 a different kernel and a different C library at the same time. While it
171 should be possible to port the majority of the code to work in one of 171 should be possible to port the majority of the code to work in one of
172 these environments, don't be suprised if it doesn't work out of the box. If 172 these environments, don't be surprised if it doesn't work out of the box. If
173 you're into that sort of thing, start small (selecting just a few applets) 173 you're into that sort of thing, start small (selecting just a few applets)
174 and work your way up. 174 and work your way up.
175 175