From a6034bf2d1bc96bc709393ecf47e09e823edc6a9 Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Sun, 7 Oct 2018 19:25:37 +0200 Subject: [PATCH] Update async.md Do you mean 'cancel'? --- site/src/site/sphinx/en/async.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/site/sphinx/en/async.md b/site/src/site/sphinx/en/async.md index c24bfab2f..9edbbad51 100644 --- a/site/src/site/sphinx/en/async.md +++ b/site/src/site/sphinx/en/async.md @@ -34,7 +34,7 @@ You can see that there is currently a background job executing. * execution count is the number of executions, which have been executed 19 times since the start. * timeout date: After this time, the job will automatically timeout and exit. -## 3. Suspend and Cannel job +## 3. Suspend and Cancel job When the job is executing in the foreground, such as directly calling the command `trace Test t` or calling the background job command `trace Test t &`, the job is transferred to the foreground through the `fg` command. At this point, the console cannot continue to execute the command, but can receive and process the following keyboard events: @@ -80,4 +80,4 @@ If you want to stop background job, just `kill `. ## 7. Others * Support up to 8 commands at the same time redirect the output to the log file. -* Do not open too many background asynchronous commands at the same time to avoid affecting the performance of the target JVM. \ No newline at end of file +* Do not open too many background asynchronous commands at the same time to avoid affecting the performance of the target JVM.