diff options
author | John Beppu <beppu@lbox.org> | 2001-03-06 19:25:25 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2001-03-06 19:25:25 +0000 |
commit | 138ece09b5993debb472aa590999ae2221973f5a (patch) | |
tree | ea41f887a726e0f621c774e5871d9fbd079dbc1f /docs/autodocifier.pl | |
parent | e6c4de03c6e1ead4423bb2791d49303666822d85 (diff) | |
download | busybox-138ece09b5993debb472aa590999ae2221973f5a.tar.gz |
minor cleanup
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 2d5e04a2e..9e18dc3c8 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -97,6 +97,7 @@ sub sgml_for_usage { # { # trivial => "...", # full => "...", +# example => "...", # } my %docs; @@ -137,7 +138,6 @@ foreach (@ARGV) { $type = $2; @line = continuation($fh); my $doc = $docs{$applet} ||= { }; - my $text = join("\n", @line); $doc->{$type} = beautify($text); } @@ -216,4 +216,4 @@ John BEPPU <beppu@lineo.com> =cut -# $Id: autodocifier.pl,v 1.13 2001/02/26 02:50:11 beppu Exp $ +# $Id: autodocifier.pl,v 1.14 2001/03/06 19:25:25 beppu Exp $ |