aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-04 11:53:50 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-04 11:53:50 -0700
commit4a4f8ec52374bfc17ad21eee6fb50670bfb87119 (patch)
tree4e877ffbe9f9c42f1d49265c1657ff3d7291e5cd /doc_src
parent0c004147c0df19f64a5788cac5ab2dabfa145d2e (diff)
Clarify "input/output methods" in documentation
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 7fcfdf37..6705aa41 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -149,7 +149,7 @@ these characters, so called escape sequences are provided. These are:
\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:
- Standard input, FD 0, for reading, defaults to reading from the keyboard.