diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/new-applet-HOWTO.txt | 12 | ||||
| -rw-r--r-- | docs/nofork_noexec.txt | 2 | 
2 files changed, 7 insertions, 7 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)  ----end example code------ -Add <function_name>.o in the right alphabetically sorted place  -in libbb/Kbuild. You should look at the conditional part of  +Add <function_name>.o in the right alphabetically sorted place +in libbb/Kbuild. You should look at the conditional part of  libbb/Kbuild aswell. -You should also try to find a suitable place in include/libbb.h for  +You should also try to find a suitable place in include/libbb.h for  the function declaration. If not, add it somewhere anyway, with or without  ifdefs to include or not. -You can look at libbb/Config.in and try to find out if the function is  +You can look at libbb/Config.in and try to find out if the function is  tuneable and add it there if it is. @@ -170,10 +170,10 @@ The Grand Announcement  Then create a diff by adding the new files with svn (remember your libbb files)  	svn add <where you put it>/mu.c -eventually also:  +eventually also:  	svn add libbb/function.c  then -	svn diff  +	svn diff  and send it to the mailing list:  	busybox@busybox.net  	http://busybox.net/mailman/listinfo/busybox diff --git a/docs/nofork_noexec.txt b/docs/nofork_noexec.txt index 51bbcba3b..d4abdf452 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt @@ -12,7 +12,7 @@ are exactly those applets which are eligible for these tricks.  Applet will be subject to NOFORK/NOEXEC tricks if it is marked as such  in applets.h. CONFIG_FEATURE_PREFER_APPLETS is a config option which -globally enables usage of NOFORK/NOEXEC tricks.  +globally enables usage of NOFORK/NOEXEC tricks.  If you want to call a program and wait for it, use spawn_and_wait(argv).  It will check whether argv[0] is an applet name and will optionally | 
