home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / hamming / ham10-t.ark / HAM.MAN < prev    next >
Encoding:
Text File  |  1984-09-12  |  1.3 KB  |  56 lines

  1. HAM/Turbo                    9/12/84                    HAM/Turbo
  2.  
  3.  
  4. NAME
  5.  
  6.    hame - HAMming Encodes standard input to standard output.
  7.    hamd - HAMming Decodes standard input to standard output.
  8.  
  9. SYNOPSIS
  10.  
  11.    hame <file1 >file2
  12.    hamd <file2 >file1
  13.  
  14. DESCRIPTION
  15.  
  16.    HamE  and HamD encode and decode binary  files,  respectively, 
  17.    between their inputs and their outputs including the  console. 
  18.  
  19. EXAMPLES
  20.  
  21.    hame >code
  22.  
  23.       Read console and encode into file CODE.
  24.  
  25.    hamd <code
  26.  
  27.       Read file CODE and decode to console.  HAMD reports whether 
  28.       any errors detected and, if so, how may were corrected.
  29.  
  30.    hame <text | hamd >clear
  31.  
  32.       Reads file TEXT,  pipes the encoding to HAMD and decodes to 
  33.       file CLEAR. 
  34.  
  35. DIAGNOSTICS
  36.  
  37.    Unable to Open ??? for Input.
  38.    Unable to Open ??? for Output
  39.       Produced by file not found or, maybe, disk full?
  40.  
  41. BUGS/DEFICIENCIES
  42.  
  43.       This  version uses 'standard' TURBO facilities that make it 
  44.    unstandard Pascal.
  45.  
  46. AUTHORS
  47.  
  48.      CP/M (tm) and MS-DOS (tm) TURBO Pascal (tm) versions by Adam 
  49.   Fritz.
  50.  
  51. TURBO Pascal (tm) Borland International
  52. MS-DOS (tm) Microsoft
  53. CP/M (tm) Digital Research
  54.  
  55. Copyright (C) 1984 Adam Fritz, 133 Main Street, Afton, N.Y. 13730
  56.