mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
Clarify "input/output methods" in documentation
This commit is contained in:
parent
0c004147c0
commit
4a4f8ec523
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ these characters, so called escape sequences are provided. These are:
|
||||||
|
|
||||||
\subsection redirects Input/Output (IO) redirection
|
\subsection redirects Input/Output (IO) redirection
|
||||||
|
|
||||||
Most programs use three types of input/output (IO) methods, each represented by
|
Most programs use three input/output (IO) streams, each represented by
|
||||||
a number called a file descriptor (FD). These are:
|
a number called a file descriptor (FD). These are:
|
||||||
|
|
||||||
- Standard input, FD 0, for reading, defaults to reading from the keyboard.
|
- Standard input, FD 0, for reading, defaults to reading from the keyboard.
|
||||||
|
|
Loading…
Reference in a new issue