]> 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)
committerTony Hutter <hutter2@llnl.gov>
Wed, 14 Mar 2018 23:10:38 +0000 (16:10 -0700)
commitbcaba38e428be8dc90564d15c7e13f154c535edd
tree625540914896c01f24e9ceced0b85ad2357e1b73
parent5e3085e360161456fe2af697494c479de0ee2085
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