diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /docs/new-applet-HOWTO.txt | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
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 54940957c..2fc95d36d 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt | |||
@@ -106,7 +106,7 @@ config CONFIG_MU | |||
106 | Usage String(s) | 106 | Usage String(s) |
107 | --------------- | 107 | --------------- |
108 | 108 | ||
109 | Next, add usage information for you applet to include/usage.h. | 109 | Next, add usage information for you applet to include/usage.h. |
110 | This should look like the following: | 110 | This should look like the following: |
111 | 111 | ||
112 | #define mu_trivial_usage \ | 112 | #define mu_trivial_usage \ |
@@ -126,8 +126,8 @@ currently exist in usage.h.) | |||
126 | Header Files | 126 | Header Files |
127 | ------------ | 127 | ------------ |
128 | 128 | ||
129 | Next, add an entry to include/applets.h. Be *sure* to keep the list | 129 | Next, add an entry to include/applets.h. Be *sure* to keep the list |
130 | in alphabetical order, or else it will break the binary-search lookup | 130 | in alphabetical order, or else it will break the binary-search lookup |
131 | algorithm in busybox.c and the Gods of BusyBox smite you. Yea, verily: | 131 | algorithm in busybox.c and the Gods of BusyBox smite you. Yea, verily: |
132 | 132 | ||
133 | /* all programs above here are alphabetically "less than" 'mu' */ | 133 | /* all programs above here are alphabetically "less than" 'mu' */ |
@@ -154,10 +154,10 @@ Adding some text to docs/Configure.help is a nice start. | |||
154 | The Grand Announcement | 154 | The Grand Announcement |
155 | ---------------------- | 155 | ---------------------- |
156 | 156 | ||
157 | Then create a diff -urN of the files you added (<appletdir/><applet>.c, | 157 | Then create a diff -urN of the files you added (<appletdir/><applet>.c, |
158 | include/usage.c, include/applets.h, include/config.h, <appletdir>/Makefile.in, <appletdir>/config.in) | 158 | include/usage.c, include/applets.h, include/config.h, <appletdir>/Makefile.in, <appletdir>/config.in) |
159 | and send it to the mailing list: | 159 | and send it to the mailing list: |
160 | busybox@busybox.net. | 160 | busybox@busybox.net. |
161 | 161 | ||
162 | Sending patches as attachments is preferred, but not required. | 162 | Sending patches as attachments is preferred, but not required. |
163 | 163 | ||