From 0df464ca2c4113e06fc937c8b0cf7cf045f784d7 Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Wed, 2 Oct 2019 16:49:58 +0200 Subject: [PATCH] doc: mention the disown command in the jobs section - fix #5530 --- sphinx_doc_src/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index 9230e900d..c2eb1e2e3 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -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 ` command. To get a listing of all currently started jobs, use the :ref:`jobs ` command. - +These listed jobs can be removed with the :ref:`disown ` command. .. _syntax-function: