From 5ae5fe83acdd8bd24231165d531ac0280669bd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Mon, 18 Feb 2013 01:25:44 +0100 Subject: [PATCH 1/2] zfs module no longer destroys the layout in webdocs --- library/zfs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/zfs b/library/zfs index 397e096f67..8c48e0a15e 100644 --- a/library/zfs +++ b/library/zfs @@ -23,9 +23,8 @@ DOCUMENTATION = ''' --- module: zfs short_description: Manage zfs -description: > - Manages ZFS file systems on Solaris and FreeBSD. Can manage file systems, volumes - and snapshots. See zfs(1M) for more information about the properties. +description: + - Manages ZFS file systems on Solaris and FreeBSD. Can manage file systems, volumes and snapshots. See zfs(1M) for more information about the properties. options: name: description: From acc58a37df1d4f532e80934c79aa6a51ef818359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Mon, 18 Feb 2013 01:29:51 +0100 Subject: [PATCH 2/2] Set version_added to 1.1 --- library/zfs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/zfs b/library/zfs index 8c48e0a15e..baf08d3926 100644 --- a/library/zfs +++ b/library/zfs @@ -25,6 +25,7 @@ module: zfs short_description: Manage zfs description: - Manages ZFS file systems on Solaris and FreeBSD. Can manage file systems, volumes and snapshots. See zfs(1M) for more information about the properties. +version_added: "1.1" options: name: description: