]> granicus.if.org Git - zfs/commit
Fix zpool(8) list example to match actual format
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 28 Feb 2018 16:54:53 +0000 (01:54 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 28 Feb 2018 16:54:53 +0000 (08:54 -0800)
commitd72cd017dd339b5d916cbcdacd885b3b78ac5d74
tree287b94ba50f11f022f9adbf3478d12e747df0a3b
parent19528cf9490bf4519d70028cc794e438303baf12
Fix zpool(8) list example to match actual format

a05dfd00 (Illumos 5147) has swapped FRAG and EXPANDSZ,
so it's natural to modify these examples.

 # zpool list | head -1
 NAME     SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
                              ^^^^^^^^^^^^^^^

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #7244
man/man8/zpool.8