	Bugs and Limitations
	12/12/94

1. Some people have reported that pm applications cannot be run
   from ksh.  Work around is to use the start command or force a cmd
   shell using an alias.

2. Many of the makefile targets are not yet working.  Those known to
   work include all, uninstall, check, ksh, config.h, makefile,
   debugtools (only check-fd and check-sigs.), clean, & distclean.

3. 'nmake check' erroneously reports bug 2 as present.  It is not
   present in the os/2 version but the test used does not create
   an os/2 compatable file name.

4. Other 'nmake check' tests require a local /tmp, /bin, /dev, and /etc  
   directory. The bin directory needs a copy of cat, cp, and ksh 
   (called sh). The /etc directory needs a copy of termcap and passwd 
   (or any file with these names). 

5. background processing does not work.  The work around is to use the 
   aliases for start to run background processes.

6. Job control is not working yet.

7. Using the window manager to kill ksh causes history file to be lost.

8. No convienent way to simulate a login.  Workaround is to use
   kshrc as the profile file and then set $ENV inside to provide normal
   $ENV functionality.
