diff options
author | John Beppu <beppu@lbox.org> | 2001-02-23 13:04:39 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2001-02-23 13:04:39 +0000 |
commit | 2498b155fd26f1b9f6d8cf18b33d2692f990ccfc (patch) | |
tree | 01a3b1c106bc640aef0fce95c62ba90a57b6c92c /docs | |
parent | a0cfe94c4ecb23c4cdece337577d9310b7d676bf (diff) | |
download | busybox-w32-2498b155fd26f1b9f6d8cf18b33d2692f990ccfc.tar.gz busybox-w32-2498b155fd26f1b9f6d8cf18b33d2692f990ccfc.tar.bz2 busybox-w32-2498b155fd26f1b9f6d8cf18b33d2692f990ccfc.zip |
forgot a comma.
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 $ |