diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /docs/busybox.net/oldnews.html | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz |
whitespace cleanup
Diffstat (limited to 'docs/busybox.net/oldnews.html')
-rw-r--r-- | docs/busybox.net/oldnews.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html index 3ab629e79..1017b6975 100644 --- a/docs/busybox.net/oldnews.html +++ b/docs/busybox.net/oldnews.html @@ -4,7 +4,7 @@ <ul> <li><b>31 October 2005 -- 1.1.0-pre1</b> <p>The development branch of busybox is stable enough for wider testing, so - you can now + you can now <a href="http://www.busybox.net/downloads/busybox-1.1.0-pre1.tar.bz2">download</a>, the first prerelease of 1.1.0. This prerelease includes a lot of <a href="http://www.busybox.net/downloads/BusyBox.html">new @@ -27,7 +27,7 @@ developers of BusyBox are busy people, and have only so much they can keep in their brains at a time. In my case, I'm lucky if I can remember my own name, much less a bug report posted last week... To prevent your bug report - from getting lost, if you find a bug in BusyBox, please use the + from getting lost, if you find a bug in BusyBox, please use the <a href="http://bugs.busybox.net/">shiny new Bug and Patch Tracking System</a> to post all the gory details. @@ -856,7 +856,7 @@ image</a>. Here's how you use it: <pre> mount ./busybox.floppy.img /mnt -o loop -t msdos - cp /mnt/initrd.gz /tmp + cp /mnt/initrd.gz /tmp umount /mnt gunzip /tmp/initrd.gz mount /tmp/initrd /mnt -o loop -t minix |