1disown [ job ... ]
2job ... &|
3job ... &!
4       Remove the specified jobs from the job table; the shell will  no
5       longer  report their status, and will not complain if you try to
6       exit an interactive shell with them running or stopped.   If  no
7       job is specified, disown the current job.
8
9       If  the  jobs are currently stopped and the AUTO CONTINUE option
10                                                       -
11       is not set, a warning is printed  containing  information  about
12       how  to make them running after they have been disowned.  If one
13       of the latter two forms is used, the jobs will automatically  be
14       made  running,  independent  of the setting of the AUTO CONTINUE
15                                                              -
16       option.
17