diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-09-05 20:25:34 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-09-05 20:25:34 +0200 |
commit | 802f1922f93aef1e4876719e107828a1fa15b1a6 (patch) | |
tree | 56dbdfadadf43d29b3d8fdb6718772c267b9786f | |
parent | a7f50ebb64892900e5b56e30c6edd83807a4040b (diff) | |
download | st-802f1922f93aef1e4876719e107828a1fa15b1a6.tar.gz st-802f1922f93aef1e4876719e107828a1fa15b1a6.zip |
add accidentally omitted word
-rw-r--r-- | std.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ | |||
5 | * terminal. | 5 | * terminal. |
6 | * | 6 | * |
7 | * In this process std works like a filter. It reads data from a | 7 | * In this process std works like a filter. It reads data from a |
8 | * pseudo-terminal and parses the escape sequences and transforms | 8 | * pseudo-terminal and parses the escape sequences and transforms them |
9 | * them into an ed(1)-like. The resulting data is buffered and written | 9 | * into an ed(1)-like language. The resulting data is buffered and |
10 | * to stdout. | 10 | * written to stdout. |
11 | * Parallely it reads data from stdin and parses and executes the | 11 | * Parallely it reads data from stdin and parses and executes the |
12 | * commands. The resulting data is written to the pseudo-terminal. | 12 | * commands. The resulting data is written to the pseudo-terminal. |
13 | */ | 13 | */ |