From 9d1129f14cada98bb213605f4c7e4600eff315b6 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 20 May 2020 19:19:41 +0200 Subject: [PATCH] docs/tutorial: Fix duplicate sentence Fixes #7024. --- doc_src/tutorial.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc_src/tutorial.rst b/doc_src/tutorial.rst index 12489c38f..8c54ae566 100644 --- a/doc_src/tutorial.rst +++ b/doc_src/tutorial.rst @@ -409,8 +409,6 @@ Unlike other shells, ``fish`` stores the exit status of the last command in ``$s 1 -This indicates how the command fared - 0 usually means success, while the others signify kinds of failure. For instance fish's ``set --query`` returns the number of variables it queried that weren't set - ``set --query PATH`` usually returns 0, ``set --query arglbargl boogagoogoo`` usually returns 2. - There is also a ``$pipestatus`` list variable for the exit statuses [#]_ of processes in a pipe. .. [#] or "stati" if you prefer, or "statūs" if you've time-travelled from ancient Rome or work as a latin teacher