From c7bda1ce659294d6e22c06e087f6f265983c7578 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Mar 2004 08:29:22 +0000 Subject: Remove trailing whitespace. Update copyright to include 2004. --- docs/busybox.net/about.html | 6 +- docs/busybox.net/busybox-growth.ps | 4 +- docs/busybox.net/copyright.txt | 2 +- docs/busybox.net/cvs_anon.html | 6 +- docs/busybox.net/cvs_howto.html | 10 +- docs/busybox.net/cvs_write.html | 10 +- docs/busybox.net/docs.html | 2 +- docs/busybox.net/download.html | 2 +- docs/busybox.net/footer.html | 2 +- docs/busybox.net/header.html | 6 +- docs/busybox.net/images/busybox.png | Bin 34015 -> 34014 bytes docs/busybox.net/images/ltbutton2.png | Bin 6799 -> 6798 bytes docs/busybox.net/license.html | 14 +-- docs/busybox.net/lists.html | 8 +- docs/busybox.net/news.html | 6 +- docs/busybox.net/oldnews.html | 190 +++++++++++++++++----------------- docs/busybox.net/screenshot.html | 2 +- docs/busybox.sgml | 78 +++++++------- docs/busybox_header.pod | 8 +- docs/contributing.txt | 6 +- docs/new-applet-HOWTO.txt | 12 +-- docs/style-guide.txt | 12 +-- 22 files changed, 193 insertions(+), 193 deletions(-) (limited to 'docs') diff --git a/docs/busybox.net/about.html b/docs/busybox.net/about.html index 9242e75..c086263 100644 --- a/docs/busybox.net/about.html +++ b/docs/busybox.net/about.html @@ -26,7 +26,7 @@ nodes in /dev, a few configuration files in /etc, and a Linux kernel. BusyBox is maintained by Erik Andersen, and -licensed under the +licensed under the GNU GENERAL PUBLIC LICENSE

@@ -37,7 +37,7 @@ licensed under the Please visit our sponsors and thank them for their support! They have provided money for equipment and bandwidth. Next time you need help with a project, -consider these fine companies! +consider these fine companies!

If you wish to be a sponsor, or if you have already contributed and would like -your name added here, email Erik. +your name added here, email Erik. diff --git a/docs/busybox.net/busybox-growth.ps b/docs/busybox.net/busybox-growth.ps index 123f381..2379def 100644 --- a/docs/busybox.net/busybox-growth.ps +++ b/docs/busybox.net/busybox-growth.ps @@ -213,7 +213,7 @@ gnudict begin /PentE { stroke [] 0 setdash gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat closepath stroke grestore } def -/CircE { stroke [] 0 setdash +/CircE { stroke [] 0 setdash hpt 0 360 arc stroke } def /Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def /DiaW { stroke [] 0 setdash vpt add M @@ -233,7 +233,7 @@ gnudict begin /PentW { stroke [] 0 setdash gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat Opaque stroke grestore } def -/CircW { stroke [] 0 setdash +/CircW { stroke [] 0 setdash hpt 0 360 arc Opaque stroke } def /BoxFill { gsave Rec 1 setgray fill grestore } def end diff --git a/docs/busybox.net/copyright.txt b/docs/busybox.net/copyright.txt index a2b8032..528338d 100644 --- a/docs/busybox.net/copyright.txt +++ b/docs/busybox.net/copyright.txt @@ -1,6 +1,6 @@ The code and graphics on this website (and it's mirror sites, if any) are -Copyright (c) 1999-2003 by Erik Andersen. All rights reserved. +Copyright (c) 1999-2004 by Erik Andersen. All rights reserved. Documents on this Web site including their graphical elements, design, and layout are protected by trade dress and other laws and MAY BE COPIED OR diff --git a/docs/busybox.net/cvs_anon.html b/docs/busybox.net/cvs_anon.html index 896a386..f823d05 100644 --- a/docs/busybox.net/cvs_anon.html +++ b/docs/busybox.net/cvs_anon.html @@ -18,8 +18,8 @@ CVS modules by running the following command (all on one line): cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -c

-If you wish, you can then check out a local copy of any of the -available modules. The following is an example of how to grab +If you wish, you can then check out a local copy of any of the +available modules. The following is an example of how to grab a copy of busybox and tinylogin:

     cvs -z3 -d:pserver:anonymous@busybox.net:/var/cvs co -P busybox tinylogin
@@ -41,7 +41,7 @@ recommend you should use the same: diff -ubBwpN checkout -P -

+

Once you've checked out a copy of the source tree, you can update your source tree at any time so it is in sync with the latest and greatest by running the command: diff --git a/docs/busybox.net/cvs_howto.html b/docs/busybox.net/cvs_howto.html index cff3a35..837d6cd 100644 --- a/docs/busybox.net/cvs_howto.html +++ b/docs/busybox.net/cvs_howto.html @@ -12,16 +12,16 @@ For the impatient, the following is probably about all you need to know:

cvs checkout -c
Will list the modules available for checkout -
cvs checkout < module name >
+
cvs checkout < module name >
Will checkout the named module -
cvs co < module name >
+
cvs co < module name >
Same thing
cvs update
-
Updates your local archive so it is in sync with the repository - -- your local updates are left intact. Tries to merge upstream updates +
Updates your local archive so it is in sync with the repository + -- your local updates are left intact. Tries to merge upstream updates into your local updates. You will see the following tags when it is - updating your local repository: C means conflict, U means update, + updating your local repository: C means conflict, U means update, P means patched, and M means modified.
cvs up
Same thing diff --git a/docs/busybox.net/cvs_write.html b/docs/busybox.net/cvs_write.html index f7c642f..b27338d 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html @@ -4,8 +4,8 @@

CVS Read/Write Access

If you want to be able to commit things to CVS, first contribute some -stuff to show you are serious. Then, very nicely ask -Erik Andersen if he will set you up with +stuff to show you are serious. Then, very nicely ask +Erik Andersen if he will set you up with an account. To access CVS, you will want to add the following to set up your environment:
 $ export CVS_RSH=/usr/bin/ssh
@@ -16,7 +16,7 @@ username...
 

To obtain commit access, you will need to demonstrate you are -serious by submitting a few good patches first. Then, you will need to +serious by submitting a few good patches first. Then, you will need to select a user-name to use when committing stuff, and finally, you will need to send me the username you have selected, an ssh key, and the email address where you prefer email to be sent (I will forward any email sent @@ -24,8 +24,8 @@ to you, but not store it).

Note that if you would prefer to keep your communications with me -private, you can encrypt your email using my -public key. +private, you can encrypt your email using my +public key. diff --git a/docs/busybox.net/docs.html b/docs/busybox.net/docs.html index 330b716..fc9ac6d 100644 --- a/docs/busybox.net/docs.html +++ b/docs/busybox.net/docs.html @@ -2,7 +2,7 @@

Documentation

-Current documentation for BusyBox includes: +Current documentation for BusyBox includes: