home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 620.lha / MinStack / minstack.man < prev    next >
Text File  |  1992-02-16  |  1KB  |  67 lines

  1.  
  2.      MinStack(1l)          Amiga Programmer's Manual           MinStack(1l)
  3.  
  4.  
  5.  
  6.      ›1mUSAGE 
  7.           ›0mMinStack <stacksize> 
  8.  
  9.           MinStack  sets  the stacksize of the current CLI or Shell to
  10.           the specified value, if the current value is smaller.   This
  11.           is  useful  in scripts, where you wish to make sure that the
  12.           stacksize if set high enough for a particular program.  
  13.  
  14.      ›1mEXAMPLES 
  15.           ›0mMinStack 16000 
  16.  
  17.      ›1mCAVEATS 
  18.           ›0mA similar program MaxStack  can  be  made  by  changing  one
  19.           character in the source, or one byte in the executable.  
  20.  
  21.      ›1mFUTURE COMPATIBILITY 
  22.           ›0mWhen Commodore dumps the CommandLineInterface structure this
  23.           won't work anymore.  
  24.  
  25.      ›1mBUGS 
  26.           ›0mOnly useful on Processes with CLI structures.  
  27.  
  28.      ›1mAUTHOR 
  29.           ›0mCopyright   1992   by   Olaf  ›3mRhialto  ›0mSeibert.  All  rights
  30.           reserved.  
  31.  
  32.  
  33.  
  34.  
  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.  
  64.  
  65.      Rhialto, KosmoSoft               -1-
  66.  
  67.