diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 13:04:39 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 13:04:39 +0000 |
commit | 178c64aba3f099342d5622bbf3a1756b1ba63137 (patch) | |
tree | 01a3b1c106bc640aef0fce95c62ba90a57b6c92c /docs | |
parent | 23ccbc3a6dcda23d88436504c6643b7e63d2b7bc (diff) | |
download | busybox-w32-178c64aba3f099342d5622bbf3a1756b1ba63137.tar.gz busybox-w32-178c64aba3f099342d5622bbf3a1756b1ba63137.tar.bz2 busybox-w32-178c64aba3f099342d5622bbf3a1756b1ba63137.zip |
forgot a comma.
git-svn-id: svn://busybox.net/trunk/busybox@1913 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/autodocifier.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 8e1ab0a74..1a50cd533 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl | |||
@@ -47,7 +47,7 @@ sub pod_for_usage { | |||
47 | $trivial =~s/(?<!\w)(-\w+)/B<$1>/sxg; | 47 | $trivial =~s/(?<!\w)(-\w+)/B<$1>/sxg; |
48 | 48 | ||
49 | my $full = | 49 | my $full = |
50 | join("\n" | 50 | join("\n", |
51 | map { $_ !~ /^\s/ && s/(?<!\w)(-\w+)/B<$1>/g; $_ } | 51 | map { $_ !~ /^\s/ && s/(?<!\w)(-\w+)/B<$1>/g; $_ } |
52 | split("\n", $usage->{full})); | 52 | split("\n", $usage->{full})); |
53 | 53 | ||
@@ -179,4 +179,4 @@ John BEPPU <beppu@lineo.com> | |||
179 | 179 | ||
180 | =cut | 180 | =cut |
181 | 181 | ||
182 | # $Id: autodocifier.pl,v 1.4 2001/02/23 03:12:45 beppu Exp $ | 182 | # $Id: autodocifier.pl,v 1.5 2001/02/23 13:04:39 beppu Exp $ |