diff --git a/doc_src/cmds/fish.rst b/doc_src/cmds/fish.rst index de76da2c9..ecf4fd23f 100644 --- a/doc_src/cmds/fish.rst +++ b/doc_src/cmds/fish.rst @@ -45,4 +45,4 @@ The following options are available: - ``-f`` or ``--features=FEATURES`` enables one or more :ref:`feature flags ` (separated by a comma). These are how fish stages changes that might break scripts. -The fish exit status is generally the exit status of the last foreground command. If fish is exiting because of a parse error, the exit status is 127. +The fish exit status is generally the :ref:`exit status of the last foreground command `.