aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2001-03-06 19:25:25 +0000
committerJohn Beppu <beppu@lbox.org>2001-03-06 19:25:25 +0000
commit138ece09b5993debb472aa590999ae2221973f5a (patch)
treeea41f887a726e0f621c774e5871d9fbd079dbc1f
parente6c4de03c6e1ead4423bb2791d49303666822d85 (diff)
downloadbusybox-w32-138ece09b5993debb472aa590999ae2221973f5a.tar.gz
busybox-w32-138ece09b5993debb472aa590999ae2221973f5a.tar.bz2
busybox-w32-138ece09b5993debb472aa590999ae2221973f5a.zip
minor cleanup
-rwxr-xr-xdocs/autodocifier.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl
index 2d5e04a2e..9e18dc3c8 100755
--- a/docs/autodocifier.pl
+++ b/docs/autodocifier.pl
@@ -97,6 +97,7 @@ sub sgml_for_usage {
97# { 97# {
98# trivial => "...", 98# trivial => "...",
99# full => "...", 99# full => "...",
100# example => "...",
100# } 101# }
101my %docs; 102my %docs;
102 103
@@ -137,7 +138,6 @@ foreach (@ARGV) {
137 $type = $2; 138 $type = $2;
138 @line = continuation($fh); 139 @line = continuation($fh);
139 my $doc = $docs{$applet} ||= { }; 140 my $doc = $docs{$applet} ||= { };
140
141 my $text = join("\n", @line); 141 my $text = join("\n", @line);
142 $doc->{$type} = beautify($text); 142 $doc->{$type} = beautify($text);
143 } 143 }
@@ -216,4 +216,4 @@ John BEPPU <beppu@lineo.com>
216 216
217=cut 217=cut
218 218
219# $Id: autodocifier.pl,v 1.13 2001/02/26 02:50:11 beppu Exp $ 219# $Id: autodocifier.pl,v 1.14 2001/03/06 19:25:25 beppu Exp $