diff options
author | Rob Landley <rob@landley.net> | 2006-02-24 02:55:24 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-24 02:55:24 +0000 |
commit | 3cb94d2eb312a0f5d71b85cc1aaf93532d76de37 (patch) | |
tree | 12fe0b0470ec5404b744165599e2b55f42aa962d /docs/busybox.net/docs.html | |
parent | f6ddadc1728fbbeabafc44ed195a43a1eafe2bae (diff) | |
download | busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.tar.gz busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.tar.bz2 busybox-w32-3cb94d2eb312a0f5d71b85cc1aaf93532d76de37.zip |
Move FAQ under docs, add programming.html to docs list.
Diffstat (limited to 'docs/busybox.net/docs.html')
-rw-r--r-- | docs/busybox.net/docs.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/busybox.net/docs.html b/docs/busybox.net/docs.html index fc9ac6d2b..353c3046c 100644 --- a/docs/busybox.net/docs.html +++ b/docs/busybox.net/docs.html | |||
@@ -5,14 +5,18 @@ | |||
5 | Current documentation for BusyBox includes: | 5 | Current documentation for BusyBox includes: |
6 | 6 | ||
7 | <ul> | 7 | <ul> |
8 | <li><a href= | 8 | <li><a href="/FAQ.html">FAQ</a> Frequently Asked Questions</li> |
9 | "downloads/BusyBox.html">BusyBox.html</a>. This is a | 9 | |
10 | <li><a href="downloads/BusyBox.html">BusyBox.html</a>. This is a | ||
10 | list of the all the available commands in BusyBox | 11 | list of the all the available commands in BusyBox |
11 | with complete usage information and examples of how | 12 | with complete usage information and examples of how |
12 | to use each app. I have spent a <em>lot</em> of time | 13 | to use each app. We have spent a <em>lot</em> of time |
13 | updating these docs and trying to make them fairly | 14 | updating these docs and trying to make them fairly |
14 | comprehensive. If you find any errors (factual, | 15 | comprehensive. If you find any errors (factual, |
15 | grammatical, whatever) please let me know.</li> | 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> | ||
16 | 20 | ||
17 | <li><a href="downloads/README">README</a>. This is | 21 | <li><a href="downloads/README">README</a>. This is |
18 | the README file included in the busybox source | 22 | the README file included in the busybox source |