Imported Upstream version 3.3.1
[debian/amanda] / perl / Amanda / Util.pod
index 3ee51aad37e50d9f56121a9d21dd8a524e110ed6..1b45a8c46e17cf2eb250664a51db46b6874742ab 100644 (file)
@@ -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
 
 %}