aboutsummaryrefslogtreecommitdiff
path: root/docs/new-applet-HOWTO.txt
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
commit5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch)
treefb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/new-applet-HOWTO.txt
parent90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff)
downloadbusybox-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.txt4
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
9Thomas Lundquist - Trying to keep it updated. 9Thomas Lundquist - Trying to keep it updated.
10 10
11When doing this you should consider using the latest svn trunk. 11When doing this you should consider using the latest svn trunk.
12This is a good thing if you plan to getting it commited into mainline. 12This is a good thing if you plan to getting it committed into mainline.
13 13
14Initial Write 14Initial Write
15------------- 15-------------
@@ -107,7 +107,7 @@ the function declaration. If not, add it somewhere anyway, with or without
107ifdefs to include or not. 107ifdefs to include or not.
108 108
109You can look at libbb/Config.in and try to find out if the function is 109You can look at libbb/Config.in and try to find out if the function is
110tuneable and add it there if it is. 110tunable and add it there if it is.
111 111
112 112
113Placement / Directory 113Placement / Directory