aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $