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

  1. GREMLIN/Turbo                9/12/84                GREMLIN/Turbo
  2.  
  3.  
  4. NAME
  5.  
  6.    gremlin - copy input to output flipping bits.
  7.  
  8. SYNOPSIS
  9.  
  10.    gremlin [-dn] [<file] [>file]
  11.  
  12. DESCRIPTION
  13.  
  14.         Gremlin  copies its input to its output flipping bits  at 
  15.    random.   The  interbit distance is uniformly distributed over 
  16.    the interbit distance parameter specified with the option  -d.  
  17.    The  default interbit distance is 64 so that,  on the average, 
  18.    every  32nd  bit is flipped when viewing the input  as  a  bit 
  19.    stream. 
  20.  
  21.    The options are;
  22.  
  23.    #    Provokes display of 'Usage:' message.
  24.  
  25.    !    Provokes display of copyright notice.
  26.  
  27.    -dn  Set interbit distance to integer n. (Default is 64)
  28.  
  29. EXAMPLES
  30.  
  31.    gremlin <text
  32.  
  33.       Read file TEXT and display corrupted output to console. The 
  34.       default interbit distance is 64.
  35.  
  36.    gremlin -d120 >count
  37.  
  38.       Read  from  console  until  an empty line  is  entered  and 
  39.       output corrupted text to file COUNT.   On the average  each 
  40.       60th bit is flipped.
  41.  
  42.    gremlin
  43.  
  44.       Read the console line by line and echo the corrupted input.
  45.  
  46. DIAGNOSTICS
  47.  
  48.    Unable to Open ??? for Input.
  49.    Unable to Open ??? for Output
  50.       Produced by file not found or, maybe, disk full?
  51.  
  52.    Error: Invalid interbit distance.
  53.       The specified interbit distance is less than 1.
  54.  
  55. Copyright (C) 1984 Adam Fritz, 133 Main Street, Afton, N.Y. 13730
  56. GREMLIN/Turbo                9/12/84                GREMLIN/Turbo
  57.  
  58.  
  59.    Error: Invalid option.
  60.       A command argument option flag was given which Gremlin  
  61.       doesn't recognize.
  62.  
  63.  
  64. BUGS/DEFICIENCIES
  65.  
  66.       This  version uses 'standard' TURBO facilities that make it 
  67.    unstandard Pascal.
  68.  
  69.  
  70. AUTHORS
  71.  
  72.      CP/M (tm) and MS-DOS (tm) TURBO Pascal (tm) versions by Adam  
  73.   Fritz. 
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. TURBO Pascal (tm) Borland International
  104.  
  105. MS-DOS (tm) Microsoft
  106.  
  107. CP/M (tm) Digital Research
  108.  
  109.  
  110. Copyright (C) 1984 Adam Fritz, 133 Main Street, Afton, N.Y. 13730
  111.