On 3 Nov 2009, at 14:48, Cindy Swearingen wrote:

Alex,

You can download the man page source files from this URL:

http://dlc.sun.com/osol/man/downloads/current/

FYI there's a couple of nits in the man pages:

* the zpool create synopsis hits the 80 char mark. Might be better to fit on several lines e.g.

       zpool create [-fn] [-o property=value] ...
           [-O file-system-property=value] ...
           [-m mountpoint] [-R root] pool vdev ...

* same for the zpool import
* There's a few bold open square brackets when there probably shouldn't be;
zfs.1m:\fB[\fB-ug\fR] "\fIeveryone\fR"|\fIuser\fR|\fIgroup\fR[,...]\fR
zfs.1m:\fB[\fB-e\fR] \fIperm\fR|@\fIsetname\fR[,...]\fR
zfs.1m:\fB[\fB-ld\fR] \fIfilesystem\fR|\fIvolume\fR\fR
zpool.1m:\fB[\fB-O\fR \fIfile-system-property=value\fR] ...\fR
->
zfs.1m:[\fB-ug\fR] "\fIeveryone\fR"|\fIuser\fR|\fIgroup\fR[,...]\fR
zfs.1m:[\fB-e\fR] \fIperm\fR|@\fIsetname\fR[,...]\fR
zfs.1m:[\fB-ld\fR] \fIfilesystem\fR|\fIvolume\fR\fR
zpool.1m:[\fB-O\fR \fIfile-system-property=value\fR] ...\fR

* zpool upgrade looks like it's an older message,
zpool.1m:This system is currently running ZFS version 2.
->
         # zpool upgrade -a
         This system is currently running ZFS pool version 8.

         All pools are formatted using this version.

This is confusing, especially since ZFS filesystem version 2 is the default:
# zfs upgrade
This system is currently running ZFS filesystem version 2.

Alex
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to