mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
doc: mention the disown command in the jobs section - fix #5530
This commit is contained in:
parent
2fa3c6298b
commit
0df464ca2c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue