mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-12 05:55:37 +00:00
forgot a comma.
This commit is contained in:
parent
a0cfe94c4e
commit
2498b155fd
@ -47,7 +47,7 @@ sub pod_for_usage {
|
|||||||
$trivial =~s/(?<!\w)(-\w+)/B<$1>/sxg;
|
$trivial =~s/(?<!\w)(-\w+)/B<$1>/sxg;
|
||||||
|
|
||||||
my $full =
|
my $full =
|
||||||
join("\n"
|
join("\n",
|
||||||
map { $_ !~ /^\s/ && s/(?<!\w)(-\w+)/B<$1>/g; $_ }
|
map { $_ !~ /^\s/ && s/(?<!\w)(-\w+)/B<$1>/g; $_ }
|
||||||
split("\n", $usage->{full}));
|
split("\n", $usage->{full}));
|
||||||
|
|
||||||
@ -179,4 +179,4 @@ John BEPPU <beppu@lineo.com>
|
|||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
# $Id: autodocifier.pl,v 1.4 2001/02/23 03:12:45 beppu Exp $
|
# $Id: autodocifier.pl,v 1.5 2001/02/23 13:04:39 beppu Exp $
|
||||||
|
Loading…
Reference in New Issue
Block a user