diff options
author | Jase Thew <bazerka@irssi.org> | 2010-05-19 19:44:39 +0000 |
---|---|---|
committer | bazerka <bazerka@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2010-05-19 19:44:39 +0000 |
commit | be5b3cf8b87d8a844337226a5ca22ff73933f610 (patch) | |
tree | 9151453dddc3c0f48e55ea8780cd5bee6d70d561 /docs | |
parent | 7df1c56e1af1cceee596ef3b6965474ab46d44f7 (diff) | |
download | irssi-be5b3cf8b87d8a844337226a5ca22ff73933f610.zip |
Correct typo (it's -> its) - spotted by coekie.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5172 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/exec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index 36ae264c..7b092868 100644 --- a/docs/help/in/exec.in +++ b/docs/help/in/exec.in @@ -28,7 +28,7 @@ Processes can be accessed either by their ID or name if you named it. Process identifier must always begin with '%%' character, like %%0 or %%name. -Once the process is started, it's output can still be redirected +Once the process is started, its output can still be redirected elsewhere with the -window, -msg, etc. options. You can send text to standard input of the process with -in option. |