diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/new-applet-HOWTO.txt | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.bz2 busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip |
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/new-applet-HOWTO.txt')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index e7c3077bd..0646e728e 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt | |||
@@ -9,7 +9,7 @@ Mark Whitley - the remix | |||
9 | Thomas Lundquist - Trying to keep it updated. | 9 | Thomas Lundquist - Trying to keep it updated. |
10 | 10 | ||
11 | When doing this you should consider using the latest svn trunk. | 11 | When doing this you should consider using the latest svn trunk. |
12 | This is a good thing if you plan to getting it commited into mainline. | 12 | This is a good thing if you plan to getting it committed into mainline. |
13 | 13 | ||
14 | Initial Write | 14 | Initial Write |
15 | ------------- | 15 | ------------- |
@@ -107,7 +107,7 @@ the function declaration. If not, add it somewhere anyway, with or without | |||
107 | ifdefs to include or not. | 107 | ifdefs to include or not. |
108 | 108 | ||
109 | You can look at libbb/Config.in and try to find out if the function is | 109 | You can look at libbb/Config.in and try to find out if the function is |
110 | tuneable and add it there if it is. | 110 | tunable and add it there if it is. |
111 | 111 | ||
112 | 112 | ||
113 | Placement / Directory | 113 | Placement / Directory |