checksums.crc16: fix help-lint error.
parent
c0dce12ada
commit
bbc1406a88
|
@ -4,7 +4,7 @@ IN: checksums.crc16
|
||||||
HELP: crc16
|
HELP: crc16
|
||||||
{ $class-description "The crc16 checksum algorithm." } ;
|
{ $class-description "The crc16 checksum algorithm." } ;
|
||||||
|
|
||||||
ARTICLE: "checksums.crc16" "crc16 checksum"
|
ARTICLE: "checksums.crc16" "CRC16 checksum"
|
||||||
"The crc16 checksum algorithm provides a quick but unreliable way to detect changes in data. Also known as CRC-16 and CRC-16-ANSI. Used in Bisync, Modbus, USB, ANSI X3.28 and many other protocols."
|
"The crc16 checksum algorithm provides a quick but unreliable way to detect changes in data. Also known as CRC-16 and CRC-16-ANSI. Used in Bisync, Modbus, USB, ANSI X3.28 and many other protocols."
|
||||||
{ $subsections crc16 } ;
|
{ $subsections crc16 } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue