From cc9bc91a6c278d68198154af8892c6dd5006f640 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Feb 2013 20:01:15 -0500 Subject: [PATCH] Fix typo in zfs module docs --- library/zfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/zfs b/library/zfs index baf08d3926..4e98c242b6 100644 --- a/library/zfs +++ b/library/zfs @@ -214,7 +214,7 @@ examples: - code: zfs name=rpool/myfs@mysnapshot state=present description: Create a snapshot of rpool/myfs file system. - code: zfs name=rpool/myfs2 state=present snapdir=enabled - description: Create a new file system called myfs2 whith snapdir enabled + description: Create a new file system called myfs2 with snapdir enabled author: Johan Wiren ''' import os