Fix watch on Redox
Created by: xTibor
This PR fixes the following issues:
- The
watch
command didn't work on Redox because it couldn't find the hardcodedsh
command. Now it reads the path of the system shell from the$SHELL
environment variable. - The command didn't properly kill its child processes on Redox, left zombies behind.
- Manpage fixes.