From 100d92f5e1c1d3b539fad9f6411094c190868955 Mon Sep 17 00:00:00 2001
From: Graham Knop <haarg@haarg.org>
Date: Wed, 23 Nov 2011 10:18:02 -0500
Subject: [PATCH] better examples in SmfDisabled synopsis

---
 lib/Core/SmfDisabled.pm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lib/Core/SmfDisabled.pm b/lib/Core/SmfDisabled.pm
index acadacf..7594c81 100644
--- a/lib/Core/SmfDisabled.pm
+++ b/lib/Core/SmfDisabled.pm
@@ -15,13 +15,14 @@ Core::SmfDisabled - Monitor services in disabled mode
 
 =head1 SYNOPSIS
 
- Core::SmfDisabled {
-     services: noop
- }
+    Core::SmfDisabled {
+        sshd_disabled: pattern => ssh
+        apache_disabled: pattern => httpd
+    }
 
- Core::SmfDisabled {
-     services: svcs_path => /bin/svcs
- }
+    Core::SmfDisabled {
+        sshd_disabled: svcs_path => /bin/svcs, pattern => ssh
+    }
 
 =head1 DESCRIPTION
 
-- 
GitLab