Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (17 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/docs/autodocifier.pl

    r902 r1765  
    2626        $text =~ s/SKIP_\w+\(.*?"\s*\)//sxg;
    2727        $text =~ s/USE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
     28        $text =~ s/USAGE_\w+\(\s*?(.*?)"\s*\)/$1"/sxg;
    2829        last if ( $text2 eq $text );
    2930    }
     
    301302=cut
    302303
    303 # $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $
Note: See TracChangeset for help on using the changeset viewer.