English grammar fixes
[retty.git] / README
blob8846c9a18f80970f9be9670bdeb395720028b53e
1 This README file is just a stub. You will find some real information in the
2 manpage included with this package.
4 Build:
5 ------
7         make
9 Documentation:
10 --------------
12         man ./retty.1
14 If you want to just run an application detached only for attaching it with
15 retty in the future, you might find the blindtty tool useful, especially
16 in connection with the setsid command, which will do the detach part:
18         setsid blindtty <some command with arguments and so on>