diff options
author | Valentin Batz <senneth@irssi.org> | 2006-10-07 18:46:09 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-10-07 18:46:09 +0000 |
commit | fbbd4fc90061c23835f7cfc35e352404f199e58f (patch) | |
tree | 035ed5c4eab9bb08e118470c539f0caaf32f235d /docs | |
parent | f082f9012157bada176f691abb7d02c51a38e1d5 (diff) | |
download | irssi-fbbd4fc90061c23835f7cfc35e352404f199e58f.zip |
documentation: updated help for exec, EXEC without any arguments displays the list of started processes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4385 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/exec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index c33ec59f..08fc9bb6 100644 --- a/docs/help/in/exec.in +++ b/docs/help/in/exec.in @@ -35,3 +35,6 @@ standard input of the process with -in option. kill the process. It is meant to remove the processes that don't die even with SIGKILL. This option just closes the pipes used to communicate with the process and frees all memory it used. + +EXEC without any arguments displays the list of started processes. + |