aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2001-02-23 17:55:03 +0000
committerJohn Beppu <beppu@lbox.org>2001-02-23 17:55:03 +0000
commitdbfff6cbde0231e4904be1be97ee699ca4cae682 (patch)
tree90ffe3c9414ce127a02126ccf9d06990b9bbc4b3 /docs
parente6967b20cb5fac3137701f66af5abb8123e3eedd (diff)
downloadbusybox-dbfff6cbde0231e4904be1be97ee699ca4cae682.tar.gz
formatting ...
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 {
# regex && eval away unwanted strings from documentation
sub beautify {
my $text = shift;
- $text =~ s/USAGE_NOT\w+\(.*?"\s*\)//sxg;
+ $text =~ s/USAGE_NOT\w+\(.*?"\s*\)//sxg;
$text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
$text =~ s/"\s*"//sg;
my @line = split("\n", $text);
@@ -207,4 +207,4 @@ John BEPPU <beppu@lineo.com>
=cut
-# $Id: autodocifier.pl,v 1.9 2001/02/23 17:51:08 beppu Exp $
+# $Id: autodocifier.pl,v 1.10 2001/02/23 17:55:03 beppu Exp $