home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / crc / crc32 / crc.doc < prev    next >
Encoding:
Text File  |  1988-02-17  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      CCCCRRRRCCCC((((1111))))                XXXXEEEENNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((OOOOMMMMEEEENNNN))))                CCCCRRRRCCCC((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           crc - checksum files
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           ccccrrrrcccc file ...
  13.  
  14.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.           For each file, _c_r_c calculates and prints a 32-bit CRC, the
  16.           byte count, and the file name.  It is typically used to
  17.           validate files transferred between different systems, and is
  18.           useful in detecting subtle disk corruption.  _C_r_c uses a
  19.           checksum compatible with the DOS version of crc, as well as
  20.           the "crc" command in ZCOMM and Professional-YAM (high
  21.           reliability communications programs).
  22.  
  23.           The 32-bit CRC used is the frame check sequence in ADCCP
  24.           (ANSI X3.66, also known as FIPS PUB 71 and FED-STD-1003, the
  25.           U.S. versions of CCITT's X.25 link-level protocol).
  26.  
  27.           32 bit CRC code courtesy Gary S. Brown.
  28.  
  29.      BBBBUUUUGGGGSSSS
  30.           Although most unlikely, files with different data may still
  31.           produce the same crc value.
  32.  
  33.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  34.           chek(1), tocpm(1), sum(1), wc(1).
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 1/17/87)
  64.  
  65.  
  66.  
  67.