X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FUtil.pod;fp=perl%2FAmanda%2FUtil.pod;h=1b45a8c46e17cf2eb250664a51db46b6874742ab;hb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;hp=3ee51aad37e50d9f56121a9d21dd8a524e110ed6;hpb=75cec888bd949240e5ba6780d513ada25a7e5caa;p=debian%2Famanda diff --git a/perl/Amanda/Util.pod b/perl/Amanda/Util.pod index 3ee51aa..1b45a8c 100644 --- a/perl/Amanda/Util.pod +++ b/perl/Amanda/Util.pod @@ -421,7 +421,17 @@ function always completely overwrites the file. burp $filename, $header; These functions can (and should) be exported to the main namespace - + +=head1 MATCHING + +The following functions are available to match strings against patterns using +the rules described in amanda(8): + + match_host($pat, $str); + match_disk($pat, $str); + match_datestamp($pat, $str); + match_level($pat, $str); + =cut %}