diff --git a/README b/README index 08c3f1d41..0ed196a53 100644 --- a/README +++ b/README @@ -194,5 +194,5 @@ Supported hardware: Please feed suggestions, bug reports, insults, and bribes back to the busybox maintainer: - Rob Landley - + Denis Vlasenko + diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 4acb6bdc8..3aa838eb4 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -25,6 +25,7 @@ sub beautify { my $text2 = $text; $text =~ s/SKIP_\w+\(.*?"\s*\)//sxg; $text =~ s/USE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg; + $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg; last if ( $text2 eq $text ); } $text =~ s/"\s*"//sg; diff --git a/docs/busybox.net/footer.html b/docs/busybox.net/footer.html index 319a300ff..5f2335a2b 100644 --- a/docs/busybox.net/footer.html +++ b/docs/busybox.net/footer.html @@ -16,7 +16,7 @@
Mail all comments, insults, suggestions and bribes to
- Rob Landley rob@landley.net
+ Denis Vlasenko vda.linux@googlemail.com
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index b82e32032..7f8307d9d 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -2,7 +2,34 @@