Fix the default checksum algorithm in the manpage
authorMassimo Maggi <me@massimo-maggi.eu>
Wed, 7 Aug 2013 08:42:23 +0000 (10:42 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 7 Aug 2013 23:06:19 +0000 (16:06 -0700)
commite43b290fdb61fc9533af96fab48515dec0333a2f
tree1efa6d285b71574f34ac54bad2252795fadd3eee
parentcb79a4e8bb19908235d3cb646506530457341b76
Fix the default checksum algorithm in the manpage

The manpage reports fletcher2, but in zio.h ZIO_CHECKSUM_ON_VALUE
is defined to ZIO_CHECKSUM_FLETCHER_4.

Signed-off-by: Massimo Maggi <me@massimo-maggi.eu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1628
man/man8/zfs.8