aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-26 08:12:09 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-26 08:12:09 +0530
commitf07c8a9dfd01c3a48fb479ef4c387926c72d74c8 (patch)
treeb02c2cbc33fb0274d33e26c95b22ef1dc474eff2 /README.md
parentcefc4b08a7c368c8fe6b42fd20b699b580e7d917 (diff)
downloadnnn-f07c8a9dfd01c3a48fb479ef4c387926c72d74c8.tar.gz
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 961715e..5e70612 100644
--- a/README.md
+++ b/README.md
@@ -405,7 +405,7 @@ By default in OpenBSD & FreeBSD (and probably on macOS as well), `stty` maps <kb
##### 100% CPU usage
-There is a known issue where if you close the terminal directly with `nnn` waiting for a spawned process to exit, a deadlock occurs and `nnn` uses 100% CPU. Please see issue [#225](https://github.com/jarun/nnn/issues/225) for more details. Make sure you quit the spawned process before closing the terminal. It's not a problem if there is no spawned process (`nnn` isn't blocked) as `nnn` checks if the parent process has exited.
+There is a known issue where if you close the terminal directly with `nnn` **_waiting for a spawned process_**, a deadlock occurs and `nnn` uses 100% CPU. Please see issue [#225](https://github.com/jarun/nnn/issues/225) for more details. Make sure you quit the spawned process before closing the terminal. It's not a problem if there is no spawned process (`nnn` isn't blocked) as `nnn` checks if the parent process has exited.
#### WHY FORK?