- fag searches the PROGRAM for the string PATTERN. This is useful if a
- program takes a while to initialize and prints a message to stdout or
- stderr when ready. When placed in a script, fag blocks execution until
- the pattern was found, then daemonizes the child process, returns the
- PID on stdout and exits.
+ fag uses grep to search the output of PROGRAM for the regular
+ expression PATTERN and daemonizes it when a match is found. The PID is
+ then returned on stdout.