diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-11 15:02:32 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-11 15:02:32 +0000 |
commit | 0f05388ec89adf75b62f65c63f9fa05d0508cc5e (patch) | |
tree | bd1da673b143220b30f0b9fb1874d842196e4032 /docs | |
parent | 6a574ec4bb657a7b39221f5a17530df344497985 (diff) | |
download | busybox-w32-0f05388ec89adf75b62f65c63f9fa05d0508cc5e.tar.gz busybox-w32-0f05388ec89adf75b62f65c63f9fa05d0508cc5e.tar.bz2 busybox-w32-0f05388ec89adf75b62f65c63f9fa05d0508cc5e.zip |
Remove reference to programming.html, update description of FAQ.
git-svn-id: svn://busybox.net/trunk/busybox@15067 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/docs.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/busybox.net/docs.html b/docs/busybox.net/docs.html index 353c3046c..d43467ecf 100644 --- a/docs/busybox.net/docs.html +++ b/docs/busybox.net/docs.html | |||
@@ -5,18 +5,13 @@ | |||
5 | Current documentation for BusyBox includes: | 5 | Current documentation for BusyBox includes: |
6 | 6 | ||
7 | <ul> | 7 | <ul> |
8 | <li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions</li> | 8 | <li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions, including |
9 | how to configure, build, use, extend, and optimize busybox.</li> | ||
9 | 10 | ||
10 | <li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a | 11 | <li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a |
11 | list of the all the available commands in BusyBox | 12 | list of the all the available commands in BusyBox |
12 | with complete usage information and examples of how | 13 | with complete usage information and examples of how |
13 | to use each app. We have spent a <em>lot</em> of time | 14 | to use each app.</li> |
14 | updating these docs and trying to make them fairly | ||
15 | comprehensive. If you find any errors (factual, | ||
16 | grammatical, whatever) please let us know.</li> | ||
17 | |||
18 | <li><a href="programming.html">Developer documentation</a> To help | ||
19 | programmers understand BusyBox's design and implementation.</li> | ||
20 | 15 | ||
21 | <li><a href="downloads/README">README</a>. This is | 16 | <li><a href="downloads/README">README</a>. This is |
22 | the README file included in the busybox source | 17 | the README file included in the busybox source |