home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / setup.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  1.1 KB  |  68 lines

  1.  
  2.  
  3.      SETUP (1)                 BDS C Users' Group                 SETUP (1)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           setup - initialise function keys on a teleray 10 terminal 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.           setup        
  16.           setup name 
  17.  
  18.  
  19.      DESCRIPTION   
  20.      DESCRIPTION 
  21.           _____                                                     
  22.           Setup is a program which assigns particular commands to 
  23.           function keys 1-4 of a teleray 10 terminal.  The commands 
  24.           assigned are as follows: 
  25.               key 1        mince name.c
  26.               key 2        cc name.c
  27.               key 3        clink name
  28.               key 4        name
  29.  
  30.  
  31.      CAVEATS   
  32.      CAVEATS 
  33.           This program has not been tested by the librarian, due to 
  34.           lack of the appropriate hardware.  No bug reports have been 
  35.           received.  
  36.  
  37.  
  38.      EXAMPLES   
  39.      EXAMPLES 
  40.           setup test
  41.  
  42.  
  43.      NOTES   
  44.      NOTES 
  45.           A somewhat specialised piece of code to be worth 
  46.           distributing generally.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.                                       -1-
  82.  
  83.  
  84.   NAME 
  85.           setup - i