From 1182a4191279bbb3db54f5616518b3ef25d8b996 Mon Sep 17 00:00:00 2001 From: tianci Date: Sat, 2 Mar 2024 16:42:31 +0800 Subject: [PATCH 1/2] Change wording to facilitate understanding --- docs/books/admin_guide/08-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/08-process.md b/docs/books/admin_guide/08-process.md index f0e88926e5..ab6baddbe3 100644 --- a/docs/books/admin_guide/08-process.md +++ b/docs/books/admin_guide/08-process.md @@ -295,7 +295,7 @@ The columns represent: 1. job number 2. the order that the processes run -- a `+` : this process is the next process to run by default with `fg` or `bg` +- a `+` : The process selected by default for the `fg` and `bg` commands when no job number is specified - a `-` : this process is the next process to take the `+` 3. _Running_ (running process) or _Stopped_ (suspended process) 4. the command From a14a111632be6e5dc77a938e9013ec8d3602c786 Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:35:23 +0800 Subject: [PATCH 2/2] Update docs/books/admin_guide/08-process.md Co-authored-by: Antoine Le Morvan --- docs/books/admin_guide/08-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/08-process.md b/docs/books/admin_guide/08-process.md index ab6baddbe3..fca1cd5a76 100644 --- a/docs/books/admin_guide/08-process.md +++ b/docs/books/admin_guide/08-process.md @@ -296,7 +296,7 @@ The columns represent: 1. job number 2. the order that the processes run - a `+` : The process selected by default for the `fg` and `bg` commands when no job number is specified -- a `-` : this process is the next process to take the `+` +- a `-` : This process is the next process to take the `+` 3. _Running_ (running process) or _Stopped_ (suspended process) 4. the command