- generated middle section of busybox.pod w/ autodocifier.pl

- updated autodocifier.pl to use tab to indent example section
This commit is contained in:
John Beppu 2001-03-15 21:08:01 +00:00
parent a4edd0e946
commit e708cb5f9a
2 changed files with 357 additions and 418 deletions

View File

@ -69,13 +69,12 @@ sub pod_for_usage {
# prepare example if one exists
my $example = (defined $usage->{example})
? $usage->{example}
?
"Example:\n\n" .
join ("\n",
map { "\t$_" }
split("\n", $usage->{example})) . "\n\n"
: "";
$example =
"Example:\n\n" .
join ("\n",
map { " $_" }
split("\n", $example)) . "\n\n";
return
"=item I<$name>".
@ -227,4 +226,4 @@ John BEPPU <beppu@lineo.com>
=cut
# $Id: autodocifier.pl,v 1.16 2001/03/15 20:49:25 beppu Exp $
# $Id: autodocifier.pl,v 1.17 2001/03/15 21:08:01 beppu Exp $

File diff suppressed because it is too large Load Diff