From 8ab607800145963bb6e23cdf23b2afefd72231ad Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 25 Nov 2018 19:12:58 +0100 Subject: [PATCH] docs: Remove the last mention of process expansion See #5286. --- doc_src/disown.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc_src/disown.txt b/doc_src/disown.txt index a8ce16236..45f5c025a 100644 --- a/doc_src/disown.txt +++ b/doc_src/disown.txt @@ -15,8 +15,6 @@ If no process is specified, the most recently-used job is removed (like `bg` and If a job is stopped, it is sent a signal to continue running, and a warning is printed. It is not possible to use the `bg` builtin to continue a job once it has been disowned. -The PID of the desired process is usually found by using process expansion, which can specify jobs or search by process name. - `disown` returns 0 if all specified jobs were disowned successfully, and 1 if any problems were encountered. \subsection disown-example Example