Skip to content

Commit

Permalink
add agressive PARSEOP_ZERO fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabMan committed Feb 12, 2015
1 parent 5187787 commit 43809bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions syntax/fix_PARSEOP_ZERO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

into device label PCI0 code_regex (\s+Zero){2,} removeall_matched;

# if you need something more agressive...
#into_all all code_regex (\s+Zero){2,} removeall_matched;
#into device label PCI0 code_regex (\s+Zero){2,} removeall_matched;

0 comments on commit 43809bf

Please sign in to comment.