diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /docs/new-applet-HOWTO.txt | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'docs/new-applet-HOWTO.txt')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index 2bc938f14..05ff92f26 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt | |||
@@ -97,15 +97,15 @@ int function(char *a) | |||
97 | 97 | ||
98 | ----end example code------ | 98 | ----end example code------ |
99 | 99 | ||
100 | Add <function_name>.o in the right alphabetically sorted place | 100 | Add <function_name>.o in the right alphabetically sorted place |
101 | in libbb/Kbuild. You should look at the conditional part of | 101 | in libbb/Kbuild. You should look at the conditional part of |
102 | libbb/Kbuild aswell. | 102 | libbb/Kbuild aswell. |
103 | 103 | ||
104 | You should also try to find a suitable place in include/libbb.h for | 104 | You should also try to find a suitable place in include/libbb.h for |
105 | the function declaration. If not, add it somewhere anyway, with or without | 105 | the function declaration. If not, add it somewhere anyway, with or without |
106 | ifdefs to include or not. | 106 | ifdefs to include or not. |
107 | 107 | ||
108 | You can look at libbb/Config.in and try to find out if the function is | 108 | You can look at libbb/Config.in and try to find out if the function is |
109 | tuneable and add it there if it is. | 109 | tuneable and add it there if it is. |
110 | 110 | ||
111 | 111 | ||
@@ -170,10 +170,10 @@ The Grand Announcement | |||
170 | 170 | ||
171 | Then create a diff by adding the new files with svn (remember your libbb files) | 171 | Then create a diff by adding the new files with svn (remember your libbb files) |
172 | svn add <where you put it>/mu.c | 172 | svn add <where you put it>/mu.c |
173 | eventually also: | 173 | eventually also: |
174 | svn add libbb/function.c | 174 | svn add libbb/function.c |
175 | then | 175 | then |
176 | svn diff | 176 | svn diff |
177 | and send it to the mailing list: | 177 | and send it to the mailing list: |
178 | busybox@busybox.net | 178 | busybox@busybox.net |
179 | http://busybox.net/mailman/listinfo/busybox | 179 | http://busybox.net/mailman/listinfo/busybox |