docs: Call "arrays" "lists"

We were flip-flopping between the two terms, so we now use one. We
still mention "array" in the chapter, and it's still `read --array`,
though.

Fixes #5846.

[ci skip]
This commit is contained in:
Fabian Homborg
2019-05-05 14:01:07 +02:00
parent d83636f70e
commit 8d9782301e
8 changed files with 37 additions and 37 deletions

View File

@@ -246,7 +246,7 @@ Unlike other shells, ``fish`` stores the exit status of the last command in ``$s
1
Zero is considered success, and non-zero is failure. There is also a ``$pipestatus`` array variable for the exit statues of processes in a pipe.
Zero is considered success, and non-zero is failure. There is also a ``$pipestatus`` list variable for the exit statues of processes in a pipe.
Exports (Shell Variables)