diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-24 14:44:25 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-24 14:44:25 +0000 |
commit | 1085d91899aae416731496e1af410230f8d4aa7f (patch) | |
tree | 05efe2e61a4c1372e926f28a994100ee32991bdd /docs | |
parent | 3837b55143b39ae1f8a39e5928a7a3ff477683cd (diff) | |
download | busybox-w32-1085d91899aae416731496e1af410230f8d4aa7f.tar.gz busybox-w32-1085d91899aae416731496e1af410230f8d4aa7f.tar.bz2 busybox-w32-1085d91899aae416731496e1af410230f8d4aa7f.zip |
...
git-svn-id: svn://busybox.net/trunk/busybox@1925 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/autodocifier.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 753ba3a9b..6822db51e 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl | |||
@@ -125,7 +125,6 @@ foreach (@ARGV) { | |||
125 | my $fh = *USAGE; | 125 | my $fh = *USAGE; |
126 | my ($applet, $type, @line); | 126 | my ($applet, $type, @line); |
127 | while (<$fh>) { | 127 | while (<$fh>) { |
128 | |||
129 | if (/^#define (\w+)_(\w+)_usage/) { | 128 | if (/^#define (\w+)_(\w+)_usage/) { |
130 | $applet = $1; | 129 | $applet = $1; |
131 | $type = $2; | 130 | $type = $2; |
@@ -135,7 +134,6 @@ foreach (@ARGV) { | |||
135 | my $text = join("\n", @line); | 134 | my $text = join("\n", @line); |
136 | $doc->{$type} = beautify($text); | 135 | $doc->{$type} = beautify($text); |
137 | } | 136 | } |
138 | |||
139 | } | 137 | } |
140 | } | 138 | } |
141 | 139 | ||
@@ -211,4 +209,4 @@ John BEPPU <beppu@lineo.com> | |||
211 | 209 | ||
212 | =cut | 210 | =cut |
213 | 211 | ||
214 | # $Id: autodocifier.pl,v 1.11 2001/02/24 14:37:48 beppu Exp $ | 212 | # $Id: autodocifier.pl,v 1.12 2001/02/24 14:44:25 beppu Exp $ |