projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c4de0
)
minor cleanup
author
John Beppu
<beppu@lbox.org>
Tue, 6 Mar 2001 19:25:25 +0000
(19:25 -0000)
committer
John Beppu
<beppu@lbox.org>
Tue, 6 Mar 2001 19:25:25 +0000
(19:25 -0000)
docs/autodocifier.pl
patch
|
blob
|
history
diff --git
a/docs/autodocifier.pl
b/docs/autodocifier.pl
index 2d5e04a2ed03153c30c86aa1f77c37f7dabc1d1f..9e18dc3c87f0c6a2d1cd8e5656230899f967f66d 100755
(executable)
--- 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.1
3 2001/02/26 02:50:11
beppu Exp $
+# $Id: autodocifier.pl,v 1.1
4 2001/03/06 19:25:25
beppu Exp $