diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 15106cef7..ba0421060 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -122,10 +122,30 @@ or set the fileext attribute. format Specifies the pattern to use as one of a - well-known format. Supported values are "CHECKSUM" - (only the checksum itself, the default), "MD5SUM" the - format of GNU textutils md5sum and "SVF" the format of - *BSDs md5 command. + well-known format. Supported values are + + + + + + + + + + + + + + + + + + + + + +
namepatterndescription
CHECKSUM {0}only the checksum itself
MD5SUM {0} *{1}the format of GNU textutils md5sum
SVF MD5 ({1}) = {0}the format of BSDs md5 command
+ No - default is "CHECKSUM".