Date: Tue, 12 Jun 2007 11:09:23 -0700 (PDT)
From: Matthew Ahrens <ahrens at zion.eng.sun.com>
Subject: Enhanced ZFS Pool Properties [PSARC/2007/342 FastTrack
timeout 06/20/2007]
...
5. MANPAGE CHANGES
Note that the current manpages do not include the 'zpool get' and
'zpool set' commands (bug 6539452), nor are the changes for
PSARC 2007/228 included here.
--- zpool.1m Mon Jun 4 17:13:18 2007
+++ zpool.new Mon Jun 4 19:07:49 2007
@@ -9,19 +9,20 @@
zpool - configures ZFS storage pools
SYNOPSIS
zpool [-?]
- zpool create [-fn] [-R root] [-m mountpoint] pool vdev ...
+ zpool create [-fn] [-R root] [-m mountpoint] [-o property=value]
+ pool vdev ...
A small nit: Rather than the single occurrence of -o permitted by the
revised synopsis above, you intend to allow multiple occurrences,
right?
-- Glenn