diff options
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 |