From 0c1984eb6c3d41aa83e1842aed10def8ec93dbed Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sat, 14 Oct 2017 13:17:28 -0700 Subject: [PATCH] Fix a grammer mistake in docs --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 9c9515102..e7e66fbac 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -475,7 +475,7 @@ The exit status of the last run command substitution is available in the index range expansion for details. -Fish has a default limit of 10 MiB on the amount of data a command substitution can output. If the limit is exceeded the entire command, not just the substitution, is failed and `$status` is set to 122. You can modify the limit by setting the `fish_read_limit` variable at any time including in the environment before fish starts running. If you set it to zero then no limit is imposed. This is a safety mechanism to keep the shell from consuming an too much memory if a command outputs an unreasonable amount of data. Note that this limit also affects how much data the `read` command will process. +Fish has a default limit of 10 MiB on the amount of data a command substitution can output. If the limit is exceeded the entire command, not just the substitution, is failed and `$status` is set to 122. You can modify the limit by setting the `fish_read_limit` variable at any time including in the environment before fish starts running. If you set it to zero then no limit is imposed. This is a safety mechanism to keep the shell from consuming too much memory if a command outputs an unreasonable amount of data. Note that this limit also affects how much data the `read` command will process. Examples: