aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-23 17:55:03 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-23 17:55:03 +0000
commitee10a16ed9e3241b6d31624357ce34af65e2f5c7 (patch)
tree90ffe3c9414ce127a02126ccf9d06990b9bbc4b3 /docs
parentb441c11fded3df6a6605dad52a2bfa3f4d9dc4da (diff)
downloadbusybox-w32-ee10a16ed9e3241b6d31624357ce34af65e2f5c7.tar.gz
busybox-w32-ee10a16ed9e3241b6d31624357ce34af65e2f5c7.tar.bz2
busybox-w32-ee10a16ed9e3241b6d31624357ce34af65e2f5c7.zip
formatting ...
git-svn-id: svn://busybox.net/trunk/busybox@1923 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/autodocifier.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl
index 1190160da..67e43b2d5 100755
--- a/docs/autodocifier.pl
+++ b/docs/autodocifier.pl
@@ -21,7 +21,7 @@ sub continuation {
21# regex && eval away unwanted strings from documentation 21# regex && eval away unwanted strings from documentation
22sub beautify { 22sub beautify {
23 my $text = shift; 23 my $text = shift;
24 $text =~ s/USAGE_NOT\w+\(.*?"\s*\)//sxg; 24 $text =~ s/USAGE_NOT\w+\(.*?"\s*\)//sxg;
25 $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg; 25 $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
26 $text =~ s/"\s*"//sg; 26 $text =~ s/"\s*"//sg;
27 my @line = split("\n", $text); 27 my @line = split("\n", $text);
@@ -207,4 +207,4 @@ John BEPPU <beppu@lineo.com>
207 207
208=cut 208=cut
209 209
210# $Id: autodocifier.pl,v 1.9 2001/02/23 17:51:08 beppu Exp $ 210# $Id: autodocifier.pl,v 1.10 2001/02/23 17:55:03 beppu Exp $