fish-shell/doc_src
ridiculousfish 11a373f121 Prevent redirecting internal processes to file descriptors above 2
The user may write for example:

    echo foo >&5

and fish would try to output to file descriptor 5, within the fish process
itself. This has unpredictable effects and isn't useful. Make this an
error.

Note that the reverse is "allowed" but ignored:

    echo foo 5>&1

this conceptually dup2s stdout to fd 5, but since no builtin writes to fd
5 we ignore it.
2021-02-20 16:16:45 -08:00
..
_static Replace the doc theme with the pydoctheme 2020-10-04 11:05:48 +02:00
cmds Saturate exit codes to 255 for all builtins 2021-02-13 08:41:51 +01:00
python_docs_theme docs: Fix TOC text and put them in a div 2021-01-27 22:02:35 +01:00
CHANGELOG.rst Add CHANGELOG to the docs 2020-05-30 10:07:21 +02:00
commands.rst We no longer have two doc systems, move sphinx_doc_src back to doc_src 2020-02-19 17:00:35 -08:00
completions.rst docs: More line-length fixes 2021-01-26 16:15:38 +01:00
conf.py docs: Don't add rst sources 2021-01-16 19:33:12 +01:00
design.rst Make rationale spacing consistent 2020-10-12 20:25:35 +02:00
faq.rst docs: Point away from set -x 2021-02-01 18:12:24 +01:00
fish_for_bash_users.rst Fish for bash users: Fix missing word and link it from index 2021-01-22 16:23:09 +01:00
fish_indent_lexer.py Highlight keywords differently 2021-02-07 21:18:51 +01:00
index.rst Prevent redirecting internal processes to file descriptors above 2 2021-02-20 16:16:45 -08:00
license.rst Add docs theme license 2020-10-04 14:51:05 +02:00
tutorial.rst docs: Point away from set -x 2021-02-01 18:12:24 +01:00