doc: mention the disown command in the jobs section - fix #5530

This commit is contained in:
Bruno Heridet 2019-10-02 16:49:58 +02:00 committed by Fabian Homborg
parent 2fa3c6298b
commit 0df464ca2c

View file

@ -414,7 +414,7 @@ Most programs allow you to suspend the program's execution and return control to
If you instead want to put a suspended job into the background, use the :ref:`bg <cmd-bg>` command.
To get a listing of all currently started jobs, use the :ref:`jobs <cmd-jobs>` command.
These listed jobs can be removed with the :ref:`disown <cmd-disown>` command.
.. _syntax-function: