From f7a6377b74f7b1809a096a9a7cb9b9daf96b1d90 Mon Sep 17 00:00:00 2001 From: Jake Guffey Date: Mon, 7 Apr 2014 09:44:28 -0400 Subject: [PATCH] Updated man page Included MESSAGES section --- cdist/conf/type/__jail/man.text | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cdist/conf/type/__jail/man.text b/cdist/conf/type/__jail/man.text index 9c968d84..be27e909 100644 --- a/cdist/conf/type/__jail/man.text +++ b/cdist/conf/type/__jail/man.text @@ -67,6 +67,19 @@ be removed then re-added with the correct IP address/netmask or the appropriate line (jail__ip="...") modified within rc.conf through some alternate means. +MESSAGES +-------- +start:: + The jail was started +stop:: + The jail was stopped +create: + The jail was created +delete:: + The jail was deleted +onboot:: + The jail was configured to start on boot + EXAMPLES --------