diff --git a/Troubleshooting.md b/Troubleshooting.md index 291d5bc..053e242 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -29,7 +29,7 @@ List view is a temporary view of symlinks. To avoid remembering the temporary pa ## List load blocking -Loading a list of file paths from a plugin (like `finder`) works over a PIPE. The maximum capacity of pipe buffer is OS-dependent. While Linux allows modifying the capacity, many do not. If loading a list of files blocks, press^C to load the list of files which have been read successfully before the buffer overflows. +Loading a list of file paths from a plugin (like `finder`) works over a PIPE. The maximum capacity of pipe buffer is OS-dependent. While Linux allows modifying the capacity, many do not. If loading a list of files blocks, press^C to load the list of files which have been read successfully before the buffer had overflown. ## BSD terminal issue