From e43b290fdb61fc9533af96fab48515dec0333a2f Mon Sep 17 00:00:00 2001 From: Massimo Maggi Date: Wed, 7 Aug 2013 10:42:23 +0200 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #1628 --- man/man8/zfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index b91158e..2d309fe 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -723,7 +723,7 @@ This property is not inherited. .ad .sp .6 .RS 4n -Controls the checksum used to verify data integrity. The default value is \fBon\fR, which automatically selects an appropriate algorithm (currently, \fBfletcher2\fR, but this may change in future releases). The value \fBoff\fR disables integrity checking on user data. Disabling checksums is \fBNOT\fR a recommended practice. +Controls the checksum used to verify data integrity. The default value is \fBon\fR, which automatically selects an appropriate algorithm (currently, \fBfletcher4\fR, but this may change in future releases). The value \fBoff\fR disables integrity checking on user data. Disabling checksums is \fBNOT\fR a recommended practice. .sp Changing this property affects only newly-written data. .RE -- 1.8.3.1