home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Internet / Strony_WWW / Quake / patches / polyblend2.lha / Polyblend2 / WPatch.doc < prev   
Text File  |  1999-07-06  |  1KB  |  52 lines

  1.  
  2.   SYNOPSIS
  3.  
  4.     wpatch source-file destination-file wdelta-file
  5.  
  6.   DESCRIPTION
  7.  
  8.     WPatch applies the wdelta-file onto the source-file and creates the
  9.     destination-file. The source-file is verified by an crc16-sum which is
  10.     contained in the wdelta-file to be equal to the original file the wdelta-
  11.     file has been created for. The resulting destination-file is also verified
  12.     by an crc16-sum. On success WPatch writes the destination-file.
  13.  
  14.   OPTIONS
  15.  
  16.     source-file
  17.       source file which should be converted into the destination-file
  18.  
  19.     destination-file
  20.       file which should be created based on the source-file
  21.  
  22.     wdelta-file
  23.       differences file created by WDelta
  24.  
  25.   RESULTS
  26.  
  27.     On success WPatch writes the destination-file and returns with a return
  28.     code equal zero. Any other return code indicates an failure.
  29.     The following list describes all possible return codes:
  30.       0 .. success
  31.       1 .. wdelta-file is not a wdelta file
  32.       2 .. chksum error in wdelta file
  33.       3 .. wrong source-file
  34.       4 .. error in applying wdelta file
  35.       5 .. chksum error in wdelta file
  36.  
  37.   FURTHER INFORMATIONS
  38.  
  39.     WPatch is pure and can made resident.
  40.  
  41.     see source code...
  42.  
  43.   HISTORY
  44.  
  45.     06.07.99  1.0  initial release
  46.  
  47.   AUTHOR/CONTACT
  48.  
  49.     Bert Jahn <wepl@kagi.com>
  50.     only useful comments are welcome ;)
  51.     greetings to all my friends, special greetings to John Girvin
  52.