From: John Beppu Date: Tue, 6 Mar 2001 19:25:25 +0000 (-0000) Subject: minor cleanup X-Git-Tag: 0_50~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=138ece09b5993debb472aa590999ae2221973f5a;p=oweals%2Fbusybox.git minor cleanup --- 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 =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 $