From c47b97bdb93cd77650dc407b238d1d1faca3ccb4 Mon Sep 17 00:00:00 2001
From: erdgeist <erdgeist@erdgeist.org>
Date: Fri, 28 Jan 2011 16:46:09 +0000
Subject: Correct miss-spelling of zfs parent filesystem as zpool

---
 man7/ezjail.7       | 13 +++++++------
 man8/ezjail-admin.8 |  3 ++-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/man7/ezjail.7 b/man7/ezjail.7
index 8f4e263..cef662c 100644
--- a/man7/ezjail.7
+++ b/man7/ezjail.7
@@ -605,14 +605,15 @@ will be created, and used as a mount point when starting the jail.
 This creates a new file based image jail, with
 .Xr gbde 4
 encryption. During the gbde creation process you are asked to enter a
-passphrase that is used as the prime seed value of the encryption
-process. Remember this passphrase, you will be asked for the
-passphrase every time sub-command start is used on this jail. As they
-require administrator interaction, jails backed by an encrypted file
-are not automatically started when the system boots.
+passphrase that is used as the prime seed value of the encryption process.
+Remember this passphrase, you will be asked for the passphrase every time
+you want to start this jail. As they require administrator interaction,
+jails backed by an encrypted file are not automatically started when the
+system boots.
 .It Nm Cm create Fl c Ar zfs Fl s Ar 1G sandbox4 10.0.10.6
 This creates a new zfs filesystem based jail with a default quota of 1
-gigabyte using lzjb compression. It uses the zpool configured in the
+gigabyte using lzjb compression. It uses the parent ZFS filesystem configured
+in the
 .Dq Li $ezjail_jailzfs
 variable to create the filesystem in.
 .El
diff --git a/man8/ezjail-admin.8 b/man8/ezjail-admin.8
index be6fb33..9af6866 100644
--- a/man8/ezjail-admin.8
+++ b/man8/ezjail-admin.8
@@ -278,7 +278,8 @@ filesystem, whose initial quota is given with the
 .Fl s
 option. The filesystem is created in the
 .Dq Li $ezjail_jailzfs
-zpool and by default compressed using the lzjb method, as set in the
+parent filesystem and by default compressed using the lzjb method, as set in
+the
 .Dq Li ezjail_zfs_jail_properies
 variable, both values configured in
 .Xr ezjail.conf 5
-- 
cgit v1.2.3