mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Clarify "input/output methods" in documentation
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user