From 67a19972748b68402cbd8de571c65d1803074b0c Mon Sep 17 00:00:00 2001
From: Brendan Taylor <brendan@inkdit.com>
Date: Wed, 23 Jan 2013 16:32:39 -0700
Subject: [PATCH] service module 'state' parameter comments should be processed
 by RST

---
 service | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/service b/service
index 5c552e03fb1..77612aef715 100644
--- a/service
+++ b/service
@@ -35,9 +35,9 @@ options:
         required: false
         choices: [ started, stopped, restarted, reloaded ]
         description:
-          C(Started)/C(stopped) are idempotent actions that will not run
-          commands unless necessary.  C(restarted) will always bounce the
-          service.  C(reloaded) will always reload.
+          - C(started)/C(stopped) are idempotent actions that will not run
+            commands unless necessary.  C(restarted) will always bounce the
+            service.  C(reloaded) will always reload.
     pattern:
         required: false
         version_added: "0.7"