]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 26 Apr 2019 02:42:09 +0000 (08:12 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 26 Apr 2019 02:42:09 +0000 (08:12 +0530)
README.md

index 961715ef0d01bf539ed4fb9cd1a450a80b63b1c0..5e706127317096c2c57f913f7ef45867d191f49a 100644 (file)
--- 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?