1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

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
This commit is contained in:
Valentin Batz 2006-10-07 18:46:09 +00:00 committed by vb
parent f082f90121
commit fbbd4fc900

View File

@ -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.