diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
commit | bdfd0d78bc44e73d693510e70087857785b3b521 (patch) | |
tree | 153a573095afac8d8d0ea857759ecabd77fb28b7 /docs/autodocifier.pl | |
parent | 9260fc5552a3ee52eb95823aa6689d52a1ffd33c (diff) | |
download | busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.gz busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.bz2 busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.zip |
Major rework of the directory structure and the entire build system.
-Erik
Diffstat (limited to 'docs/autodocifier.pl')
-rwxr-xr-x | docs/autodocifier.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index d753300c1..3016e4022 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl | |||
@@ -251,7 +251,7 @@ a command. I<REQUIRED> | |||
251 | =item B<full> | 251 | =item B<full> |
252 | 252 | ||
253 | This should contain descriptions of each option. This will also | 253 | This should contain descriptions of each option. This will also |
254 | be displayed along with the trivial help if BB_FEATURE_TRIVIAL_HELP | 254 | be displayed along with the trivial help if CONFIG_FEATURE_TRIVIAL_HELP |
255 | is disabled. I<REQUIRED> | 255 | is disabled. I<REQUIRED> |
256 | 256 | ||
257 | =item B<notes> | 257 | =item B<notes> |
@@ -284,4 +284,4 @@ John BEPPU <beppu@lineo.com> | |||
284 | 284 | ||
285 | =cut | 285 | =cut |
286 | 286 | ||
287 | # $Id: autodocifier.pl,v 1.21 2001/04/17 17:09:34 beppu Exp $ | 287 | # $Id: autodocifier.pl,v 1.22 2001/10/24 04:59:20 andersen Exp $ |